Skip to content

Commit

Permalink
Fix: Add "mvn-version" for SO stage jobs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
eb-oss committed Jul 25, 2024
1 parent 8aaeba1 commit 8591d83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jjb/so/so.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 8591d83

Please sign in to comment.