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

Merge remote-tracking branch 'origin/master' into OZG-4606-bescheid_mit_anwenderdaten

parents 1b935ed6 69b914bf
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