mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-17 17:56:30 +00:00
test1
This commit is contained in:
parent
3da8a5ff63
commit
3ff0de46cd
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -16,7 +16,7 @@ node {
|
||||
setBuildStatus('Success', 'SUCCESS')
|
||||
}
|
||||
catch(e) {
|
||||
setBuildStatus(e.take(140), 'FAILURE')
|
||||
setBuildStatus(e.toString().take(140), 'FAILURE')
|
||||
throw e
|
||||
}
|
||||
finally {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user