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

fff

parent d653bad7
...@@ -97,9 +97,12 @@ def call(body) { ...@@ -97,9 +97,12 @@ def call(body) {
} }
}catch (err) { }catch (err) {
try{
ansiColor('xterm') { ansiColor('xterm') {
currentBuild.result = 'FAILED' currentBuild.result = 'FAILED'
_utils.beautyEcho(err, "fail")
}
}catch (err) {
_utils.beautyEcho(err, "fail") _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