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

fff

parent daa2ad40
...@@ -83,18 +83,14 @@ def call(body) { ...@@ -83,18 +83,14 @@ def call(body) {
} }
}catch (err) { }catch (err) {
ansiColor('xterm') { ansiColor('xterm') {
currentBuild.result = 'FAILED' currentBuild.result = 'FAILED'
/*_utils.beautyEcho(err, "fail")*/ /*_utils.beautyEcho(err, "fail")*/
throw err
} }
}finally(){ throw err
}finally{
sh "rm -rf ${contextDir}" sh "rm -rf ${contextDir}"
_stage.clean_images(imageTag) _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