diff --git a/Jenkinsfile b/Jenkinsfile index 5f4345e8..17b55d76 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,7 +48,7 @@ pipeline { script { sh 'rm -f ./testsuccess' catchError { - sh 'mvn test -P integration' + sh 'mvn test -P integration && touch ./testsuccess' } // sh 'if ! grep -q "Errors: 2" ./target/surefire-reports/*; then touch ./testsuccess; fi' }