Commit 2b9f93ee authored by wentao.suo's avatar wentao.suo

ffff

parent f54e0511
......@@ -408,7 +408,7 @@ def deploy(namespace, systemName, imageTag, tier, isDeploy) {
def clean_images(imageTag,contextDir) {
sh "rm -rf ${contextDir}"
if (imageTag){
clean_images(imageTag)
sh "docker rmi -f \$(docker images -q ${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