diff --git a/Jenkinsfile b/Jenkinsfile index 17b55d76..261021ca 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,7 +48,8 @@ pipeline { script { sh 'rm -f ./testsuccess' catchError { - sh 'mvn test -P integration && touch ./testsuccess' + //-fae "fail-at-end", tells maven to not fail the job until all tests have been run + sh 'mvn test -P integration -fae && touch ./testsuccess' } // sh 'if ! grep -q "Errors: 2" ./target/surefire-reports/*; then touch ./testsuccess; fi' } diff --git a/buildNumber.properties b/buildNumber.properties index bb162933..cbe49a67 100644 --- a/buildNumber.properties +++ b/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Tue Sep 03 22:50:09 EDT 2024 -buildNumber=318 +#Wed Sep 04 09:33:29 EDT 2024 +buildNumber=320