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

rename build image

parent c5dffaa0
Branches
Tags
No related merge requests found
...@@ -44,11 +44,11 @@ pipeline { ...@@ -44,11 +44,11 @@ pipeline {
script { script {
FAILED_STAGE=env.STAGE_NAME FAILED_STAGE=env.STAGE_NAME
} }
container("maven-17"){ container("quarkus-22"){
sh 'mvn --version' sh 'mvn --version'
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
//sh 'mvn -s $MAVEN_SETTINGS clean install -Dmaven.wagon.http.retryHandler.count=3' //sh 'mvn -s $MAVEN_SETTINGS clean install -Dmaven.wagon.http.retryHandler.count=3'
sh 'mvn -s $MAVEN_SETTINGS package -Pnative -Dquarkus.native.container-build=true -Dquarkus.package.type=native-sources' sh 'mvn -s $MAVEN_SETTINGS package -Pnative -Dquarkus.native.container-build=true'
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment