summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorEric Ball <eball@linuxfoundation.org>2024-07-25 11:25:16 -0700
committerEric Ball <eball@linuxfoundation.org>2024-07-25 11:25:16 -0700
commit8591d8329d5d954795d8a5fc75d650068929ae8e (patch)
tree1aa8c3e97f7c3b87d33c4104c37170e1872b9d0b /jjb
parent8aaeba13452701845a0ac483be0318c476f2abfc (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')
-rw-r--r--jjb/so/so.yaml2
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: ""