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

OZG-533 disable client unit tests

parent dde7cf58
No related branches found
No related tags found
No related merge requests found
...@@ -34,16 +34,16 @@ pipeline { ...@@ -34,16 +34,16 @@ pipeline {
sh 'npm run ci-build' sh 'npm run ci-build'
} }
sh 'npm run ci-test' // sh 'npm run ci-test'
} }
} }
} }
} }
post { // post {
always{ // always{
junit testResults: 'goofy-client/test-report.xml', skipPublishingChecks: true // junit testResults: 'goofy-client/test-report.xml', skipPublishingChecks: true
} // }
} // }
} }
stage('Server') { stage('Server') {
...@@ -54,7 +54,7 @@ pipeline { ...@@ -54,7 +54,7 @@ pipeline {
container("maven-11"){ container("maven-11"){
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 -goofy-client clean install spring-boot:build-image -Dspring-boot.build-image.imageName=docker.ozg-sh.de/goofy:build-latest' sh 'mvn -s $MAVEN_SETTINGS -pl -goofy-client clean install spring-boot:build-image -Dmaven.wagon.http.retryHandler.count=3'
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment