diff options
author | Eric Ball <eball@linuxfoundation.org> | 2024-07-25 11:25:16 -0700 |
---|---|---|
committer | Eric Ball <eball@linuxfoundation.org> | 2024-07-25 11:25:16 -0700 |
commit | 8591d8329d5d954795d8a5fc75d650068929ae8e (patch) | |
tree | 1aa8c3e97f7c3b87d33c4104c37170e1872b9d0b /jjb/so | |
parent | 8aaeba13452701845a0ac483be0318c476f2abfc (diff) |
Fix: Add "mvn-version" for SO stage jobs
While the verify and merge jobs are from local templates and use
"maven-version", the stage jobs are from global-jjb templates and use
"mvn-version".
Change-Id: I771e94b2369f7db9fcbed160c13be873bccbe719
Issue-ID: CIMAN-33
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Diffstat (limited to 'jjb/so')
-rw-r--r-- | jjb/so/so.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index 7cc80b657..1d5cd9791 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -37,7 +37,9 @@ branch: "java17" java-version: openjdk17 build-node: centos8-docker-8c-8g + # Define maven version for both ONAP and global-jjb jobs maven-version: mvn38 + mvn-version: mvn38 mvn-settings: "so-settings" files: "**" archive-artifacts: "" |