Fix: Add "mvn-version" for SO stage jobs 79/138579/1
authorEric Ball <eball@linuxfoundation.org>
Thu, 25 Jul 2024 18:25:16 +0000 (11:25 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 25 Jul 2024 18:25:16 +0000 (11:25 -0700)
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>
jjb/so/so.yaml

index 7cc80b6..1d5cd97 100644 (file)
@@ -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: ""