diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-24 10:02:23 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-24 10:02:23 -0400 |
commit | 23addde13a8b8d6cca6f3dd75539fd67bece2686 (patch) | |
tree | ef58bfb0f3c26c4e573fed017e9063a4760a437d /jjb | |
parent | 5d0b217ea17f8fe784b3743e9e846377e1c8714b (diff) |
Fix sdnc/oam staging build
Update staging builds to use maven-versions-plugin to set release
version so that snapshot dependencies are preserved.
Change-Id: I64d6f5b29248a7e5187b4b6f86ffb8eadedbdb2d
Issue-ID: CCSDK-1522
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/sdnc/sdnc-oam.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/sdnc/sdnc-oam.yaml b/jjb/sdnc/sdnc-oam.yaml index 8cc4774c8..cdb0ba68f 100644 --- a/jjb/sdnc/sdnc-oam.yaml +++ b/jjb/sdnc/sdnc-oam.yaml @@ -9,12 +9,14 @@ - gerrit-maven-stage: sign-artifacts: true build-node: centos7-builder-4c-4g + maven-versions-plugin: true - gerrit-maven-docker-stage: build-node: ubuntu1604-docker-8c-8g container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' mvn-params: '-Dmaven.test.skip=true -P docker' maven-version: "mvn35" + maven-versions-plugin: true project: 'sdnc/oam' stream: - 'master': |