This commit is contained in:
Robert Schumann
2021-12-10 22:45:19 +01:00
parent 3ff0de46cd
commit aadc22d760

2
Jenkinsfile vendored
View File

@@ -16,7 +16,7 @@ node {
setBuildStatus('Success', 'SUCCESS')
}
catch(e) {
setBuildStatus(e.toString().take(140), 'FAILURE')
// setBuildStatus(e.toString().take(140), 'FAILURE')
throw e
}
finally {