Commit 44b53cbc authored by wentao.suo's avatar wentao.suo

fffff

parent 1e017d21
...@@ -79,15 +79,13 @@ def call(body) { ...@@ -79,15 +79,13 @@ def call(body) {
} }
}
/* 4 */
stage('Clear Cache Tmp'){ stage('Clear Cache Tmp'){
_utils.beautyEcho("Clear Cache Tmp", "stage") _utils.beautyEcho("Clear Cache Tmp", "stage")
sh "rm -rf ${contextDir}" sh "rm -rf ${contextDir}"
_stage.clean_images(imageTag) _stage.clean_images(imageTag)
}
} }
}catch (err) { }catch (err) {
......
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