summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-03-08 17:05:09 +0000
committerCarsten Lund <lund@research.att.com>2017-03-08 17:05:09 +0000
commita460e896f41ecb896a9d7c7a4208f5e78935e1c8 (patch)
tree06238dc6fd3a195cc599a03c77868557e5c3f696
parente4e19171c6229574e205372cd069df638d5ac70d (diff)
[DCAE-1] This release job should not Maven deploy
Maven job is only pulling in the required artifacts for the docker build. Change-Id: Iffc8ad560400276a88eb1d572f8ad0684572dcc6 Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r--jjb/dcae/dcae-demo.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dcae/dcae-demo.yaml b/jjb/dcae/dcae-demo.yaml
index bda0481bd..ff1ce9661 100644
--- a/jjb/dcae/dcae-demo.yaml
+++ b/jjb/dcae/dcae-demo.yaml
@@ -14,7 +14,7 @@
mvn-goals-versioning: '--version'
jobs:
- '{project-name}-{stream}-daily-release-version2-scm-mvn-script':
- mvn-goals: 'clean deploy'
+ mvn-goals: 'clean install'
maven-deploy-properties: |
deployAtEnd=true
# yamllint disable rule:line-length