change jenkinsfile error catch
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
de8a361b52
commit
c030409202
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -47,7 +47,7 @@ pipeline {
|
|||||||
) {
|
) {
|
||||||
try {
|
try {
|
||||||
sh 'mvn test -P integration'
|
sh 'mvn test -P integration'
|
||||||
} catch(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
} catch(err) {
|
||||||
sh 'mvn test -P integration -DmaxLogs'
|
sh 'mvn test -P integration -DmaxLogs'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user