Commit fe9d5d7a authored by wentao.suo's avatar wentao.suo

fff

parent d653bad7
......@@ -97,9 +97,12 @@ def call(body) {
}
}catch (err) {
ansiColor('xterm') {
currentBuild.result = 'FAILED'
try{
ansiColor('xterm') {
currentBuild.result = 'FAILED'
_utils.beautyEcho(err, "fail")
}
}catch (err) {
_utils.beautyEcho(err, "fail")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment