Commit 008cc4c6 authored by wentao.suo's avatar wentao.suo

ff

parent fe9d5d7a
...@@ -102,7 +102,7 @@ def call(body) { ...@@ -102,7 +102,7 @@ def call(body) {
currentBuild.result = 'FAILED' currentBuild.result = 'FAILED'
_utils.beautyEcho(err, "fail") _utils.beautyEcho(err, "fail")
} }
}catch (err) { }catch (err1) {
_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