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

fix jenkinsfile

parent a277153b
Branches
Tags
No related merge requests found
...@@ -47,7 +47,7 @@ pipeline { ...@@ -47,7 +47,7 @@ pipeline {
container("quarkus-22"){ container("quarkus-22"){
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 'mvnw -s $MAVEN_SETTINGS package -Pnative -Dquarkus.native.container-build=true' sh './mvnw -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