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

fix jenkinsfile

parent 77afd5b4
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ pipeline { ...@@ -164,7 +164,7 @@ pipeline {
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn --version' sh 'mvn --version'
sh "mvn -s $MAVEN_SETTINGS -pl -alfa-client clean install" sh "mvn -s $MAVEN_SETTINGS -pl -alfa-client clean install"
sh "mvn --no-transfer-progress -s $MAVEN_SETTINGS -pl -alfa-client spring-boot:build-image -Dspring-boot.build-image.imageName=docker.ozg-sh.de/alfa:${IMAGE_TAG} -Dspring-boot.build-image.publish -Dmaven.wagon.http.retryHandler.count=3\"" sh "mvn --no-transfer-progress -s $MAVEN_SETTINGS -pl -alfa-client spring-boot:build-image -Dspring-boot.build-image.imageName=docker.ozg-sh.de/alfa:${IMAGE_TAG} -Dspring-boot.build-image.publish -Dmaven.wagon.http.retryHandler.count=3"
if (isMasterBranch()) { if (isMasterBranch()) {
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment