From: Eric Ball Date: Thu, 25 Jul 2024 18:25:16 +0000 (-0700) Subject: Fix: Add "mvn-version" for SO stage jobs X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F138579%2F1;p=ci-management.git 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 --- 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: ""