mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
test1
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user