mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-17 09:45:58 +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')
|
setBuildStatus('Success', 'SUCCESS')
|
||||||
}
|
}
|
||||||
catch(e) {
|
catch(e) {
|
||||||
setBuildStatus(e.take(140), 'FAILURE')
|
setBuildStatus(e.toString().take(140), 'FAILURE')
|
||||||
throw e
|
throw e
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user