Skip to content
Snippets Groups Projects
Commit 46379900 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-222 upgrade "maven-11" -> "maven-16"

parent 890cd6bd
Branches
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ pipeline {
script {
FAILED_STAGE=env.STAGE_NAME
}
container("maven-11"){
container("maven-16"){
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn --version'
sh 'mvn -s $MAVEN_SETTINGS -pl -goofy-client clean install spring-boot:build-image -Dmaven.wagon.http.retryHandler.count=3'
......@@ -158,7 +158,7 @@ pipeline {
script {
FAILED_STAGE = env.STAGE_NAME
}
container('maven-11') {
container('maven-16') {
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn -s $MAVEN_SETTINGS -pl -goofy-client -DskipTests deploy'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment