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

fix jenkinsfile

parent d4becc5e
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ pipeline {
}
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh './mvnw -N -s $MAVEN_SETTINGS clean deploy -Dmaven.wagon.http.retryHandler.count=3'
sh 'mvn -N -s $MAVEN_SETTINGS clean deploy -Dmaven.wagon.http.retryHandler.count=3'
}
}
}
......@@ -218,7 +218,7 @@ pipeline {
withCredentials([usernamePassword(credentialsId: 'jenkins-nexus-login', usernameVariable: 'USER', passwordVariable: 'PASSWORD')]) {
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh './mvnw -pl user-manager-server -s $MAVEN_SETTINGS clean verify \
sh 'mvn -pl user-manager-server -s $MAVEN_SETTINGS clean verify \
-Pnative -Dquarkus.container-image.registry=docker.ozg-sh.de \
-Dquarkus.container-image.username=${USER} \
-Dquarkus.container-image.password=${PASSWORD} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment