fae flag
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-09-04 09:34:29 -04:00
parent 546a72eb80
commit b7c7615a72
2 changed files with 4 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -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'
}

View File

@ -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