This commit is contained in:
Robert Schumann 2021-12-10 22:38:42 +01:00
parent 3da8a5ff63
commit 3ff0de46cd

2
Jenkinsfile vendored
View File

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