summaryrefslogtreecommitdiffstats
path: root/jjb/dmaap/dmaap-datarouter-docker.yaml
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-26 10:03:08 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-26 10:03:15 -0500
commit1db17ec23feb039245adf9b2eafa925e334f238a (patch)
tree9af7c83182b5ba458f6d8a16d804103147ef2c92 /jjb/dmaap/dmaap-datarouter-docker.yaml
parentde9a3012c0b3f0ed274ca3098e4e58cbf1db9dc8 (diff)
Remove DR, Bus Cont yaml,releasejobs for dmaap
Remove Data Router, Bus controller .yaml files. Remove release stream from jjb templates for dmaap-messagerouter-msgrtr and dmaap-messagerouter-mirroragent Only a master branch exists for the moment Issue-Id: DMAAP-144 Change-Id: I7d580ad75b4f91939fbf8aec0dfa1a7b28472352 Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'jjb/dmaap/dmaap-datarouter-docker.yaml')
-rw-r--r--jjb/dmaap/dmaap-datarouter-docker.yaml34
1 files changed, 0 insertions, 34 deletions
diff --git a/jjb/dmaap/dmaap-datarouter-docker.yaml b/jjb/dmaap/dmaap-datarouter-docker.yaml
deleted file mode 100644
index 873affde8..000000000
--- a/jjb/dmaap/dmaap-datarouter-docker.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
----
-
-- project:
- name: dmaap-datarouter-docker
- project-name: 'dmaap-datarouter-docker'
- jobs:
- - '{project-name}-{stream}-clm'
- - '{project-name}-{stream}-verify-java-checkstyle'
- - '{project-name}-{stream}-merge-properties-java':
- mvn_properties:
- - docker.pull.registry=nexus3.onap.org:10001
- - docker.push.registry=nexus3.onap.org:10003
- - '{project-name}-{stream}-release-java-daily-checkstyle':
- mvn_properties:
- - skipDockerBuild=true
- - skipDockerTag=true
- - skipDockerPush=true
- - '{project-name}-{stream}-docker-java-properties-daily':
- docker-pom: 'pom.xml'
- mvn-profile: 'docker'
- maven-properties: |
- skip.docker.build=false
- skip.docker.tag=false
- skip.docker.push=false
- dmaap-datarouter-docker.registry=$
-
- project: 'dmaap/datarouter'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'dmaap-datarouter-settings'
- files: '**'
- archive-artifacts: ''
- build-node: ubuntu1604-docker-8c-8g