fae flag
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
546a72eb80
commit
b7c7615a72
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user