diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-02-17 11:24:03 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-02-17 12:21:43 -0500 |
commit | 2c44be82f28ba984ac4142693c131cde06682d7b (patch) | |
tree | 86d5ef44ccbbb2eedd7eeb0c2f819eaf0052c2eb /jjb | |
parent | 25753ac9e3372b2a380a7c07b36c81ce63658441 (diff) |
[CPS] Process all modules for maven stage version
This change is to fix stage-release whose maven goal
versions:update-child-modules is not updating child module
versions as expected.
Maven docker stage profile is also fixed.
Issue-ID: CPS-175
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I7b3a1a2c64d50b3f5babdff1d08377167b1e7c16
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/cps/cps.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/cps/cps.yaml b/jjb/cps/cps.yaml index a1d73784f..0e4baef01 100644 --- a/jjb/cps/cps.yaml +++ b/jjb/cps/cps.yaml @@ -43,10 +43,11 @@ sign-artifacts: true build-node: centos7-docker-8c-8g maven-versions-plugin: true + mvn-params: '-DprocessAllModules' - gerrit-maven-docker-stage: build-node: centos7-docker-8c-8g maven-versions-plugin: true - mvn-params: '-P docker' + mvn-params: '-P cps-xnf-docker' container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' - '{project-name}-gerrit-release-jobs': |