diff options
author | Carsten Lund <lund@research.att.com> | 2017-03-08 17:05:09 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-03-08 17:05:09 +0000 |
commit | a460e896f41ecb896a9d7c7a4208f5e78935e1c8 (patch) | |
tree | 06238dc6fd3a195cc599a03c77868557e5c3f696 /jjb | |
parent | e4e19171c6229574e205372cd069df638d5ac70d (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>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/dcae/dcae-demo.yaml | 2 |
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 |