summaryrefslogtreecommitdiffstats
path: root/jjb/dcae/dcae-demo.yaml
diff options
context:
space:
mode:
authorLusheng <lji@research.att.com>2017-03-10 19:12:09 +0000
committerLusheng <lji@research.att.com>2017-03-10 19:12:09 +0000
commit76094c1917fdd48b10c3b9fa1cd23ae2e7df6d00 (patch)
tree1fc6c13b47f5d2feab96197e9df5034e32a00774 /jjb/dcae/dcae-demo.yaml
parent3d6eca0b2873099cda4884973cc5c2cf50b910ae (diff)
release-1.0.0 branch
Change-Id: I7e84f25388dadd0e06fdd84446923816b0e331c9 Signed-off-by: Lusheng <lji@research.att.com>
Diffstat (limited to 'jjb/dcae/dcae-demo.yaml')
-rw-r--r--jjb/dcae/dcae-demo.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/jjb/dcae/dcae-demo.yaml b/jjb/dcae/dcae-demo.yaml
index ff1ce9661..12c0bd2b6 100644
--- a/jjb/dcae/dcae-demo.yaml
+++ b/jjb/dcae/dcae-demo.yaml
@@ -7,6 +7,8 @@
stream:
- 'master':
branch: 'master'
+ - 'release-1.0.0':
+ branch: 'release-1.0.0'
mvn-settings: 'dcae-demo-settings'
files: '**'
archive-artifacts: ''
@@ -20,14 +22,16 @@
# yamllint disable rule:line-length
script: |
bash dcae-demo-controller/src/main/docker-build/build.sh
- bash dcae-demo-controller/src/main/docker-build/push.sh nexus3.openecomp.org:10003
+ bash dcae-demo-controller/src/main/docker-build/push.sh \
+ nexus3.openecomp.org:10003
# yamllint enable
- '{project-name}-{stream}-merge-scm-mvn-script':
mvn-goals: 'clean deploy'
# yamllint disable rule:line-length
script: |
bash dcae-demo-controller/src/main/docker-build/build.sh
- bash dcae-demo-controller/src/main/docker-build/push.sh nexus3.openecomp.org:10003
+ bash dcae-demo-controller/src/main/docker-build/push.sh \
+ nexus3.openecomp.org:10003
# yamllint enable
- '{project-name}-{stream}-verify-scm-mvn-script':
mvn-goals: 'clean install'