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

This commit is contained in:
austin 2024-08-28 13:47:19 -04:00
parent de8a361b52
commit c030409202

2
Jenkinsfile vendored
View File

@ -47,7 +47,7 @@ pipeline {
) {
try {
sh 'mvn test -P integration'
} catch(buildResult: 'FAILURE', stageResult: 'FAILURE') {
} catch(err) {
sh 'mvn test -P integration -DmaxLogs'
}
}