summaryrefslogtreecommitdiffstats
path: root/jjb/dcae/dcae-demo.yaml
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-03-08 14:26:52 +0000
committerCarsten Lund <lund@research.att.com>2017-03-08 14:27:26 +0000
commit01c060e63a664ed5ae07f9efaf8ca9ed7b07b687 (patch)
tree6a4fa0775658b3edf892591ae5e515c7eb291e96 /jjb/dcae/dcae-demo.yaml
parent8273b049ede47533600ebbad58a933080d8e962a (diff)
[DCAE-1] New script template to allow release job
Required for Maven project with complex module/parent structures. Change-Id: Ida2035b733935856170f0b9c8488ff1e69a4fdbd Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'jjb/dcae/dcae-demo.yaml')
-rw-r--r--jjb/dcae/dcae-demo.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/jjb/dcae/dcae-demo.yaml b/jjb/dcae/dcae-demo.yaml
index cb9039f70..bda0481bd 100644
--- a/jjb/dcae/dcae-demo.yaml
+++ b/jjb/dcae/dcae-demo.yaml
@@ -11,16 +11,14 @@
files: '**'
archive-artifacts: ''
build-node: ubuntu1604-docker-8c-8g
- mvn-goals: '--version'
mvn-goals-versioning: '--version'
jobs:
- - '{project-name}-{stream}-daily-release-scm-mvn-script':
+ - '{project-name}-{stream}-daily-release-version2-scm-mvn-script':
mvn-goals: 'clean deploy'
maven-deploy-properties: |
deployAtEnd=true
# yamllint disable rule:line-length
script: |
- bash update-version.sh
bash dcae-demo-controller/src/main/docker-build/build.sh
bash dcae-demo-controller/src/main/docker-build/push.sh nexus3.openecomp.org:10003
# yamllint enable