Commit 7ef11a8c authored by wentao.suo's avatar wentao.suo

ff

parent 008cc4c6
......@@ -33,7 +33,7 @@ def call(body) {
body.resolveStrategy = Closure.DELEGATE_FIRST
body.delegate = config
body()
ansiColor('xterm') {
node {
try {
......@@ -98,7 +98,7 @@ def call(body) {
}catch (err) {
try{
ansiColor('xterm') {
currentBuild.result = 'FAILED'
_utils.beautyEcho(err, "fail")
}
......@@ -111,5 +111,8 @@ def call(body) {
_stage.clean_images(imageTag)
}
}
}
}
}
}
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