From 52a8775a41461b5f88f7d40496bbfeea092c4847 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 21 Apr 2021 10:54:54 +0200 Subject: [PATCH] OZG-533 disable client unit tests --- Jenkinsfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d1511c9136..38814362a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,16 +34,16 @@ pipeline { sh 'npm run ci-build' } - sh 'npm run ci-test' +// sh 'npm run ci-test' } } } } - post { - always{ - junit testResults: 'goofy-client/test-report.xml', skipPublishingChecks: true - } - } + // post { + // always{ + // junit testResults: 'goofy-client/test-report.xml', skipPublishingChecks: true + // } + // } } stage('Server') { @@ -54,7 +54,7 @@ pipeline { container("maven-11"){ configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { 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' } } } -- GitLab