jenkinsfile update
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-09-01 22:59:06 -04:00
parent f7c4693dc7
commit 45cf7c17a7

1
Jenkinsfile vendored
View File

@ -50,6 +50,7 @@ pipeline {
catchError {
sh 'mvn test -P integration'
}
sh 'if ! grep -q "Errors: 2" ./target/surefire-reports/*; then touch ./testsuccess; fi'
}
}
}