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

fffff

parent 1e017d21
...@@ -77,18 +77,16 @@ def call(body) { ...@@ -77,18 +77,16 @@ def call(body) {
_utils.beautyEcho("Deploy image: ${imageTag} to:${namespace}", "info") _utils.beautyEcho("Deploy image: ${imageTag} to:${namespace}", "info")
_stage.deploy(namespace, systemName, imageTag, config.tier, isDeploy) _stage.deploy(namespace, systemName, imageTag, config.tier, isDeploy)
} }
stage('Clear Cache Tmp'){
_utils.beautyEcho("Clear Cache Tmp", "stage")
sh "rm -rf ${contextDir}"
_stage.clean_images(imageTag)
}
} }
/* 4 */
stage('Clear Cache Tmp'){
_utils.beautyEcho("Clear Cache Tmp", "stage")
sh "rm -rf ${contextDir}"
_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