Commit 3991a366 authored by 温海元's avatar 温海元

remove docker rmi

parent f15fd2f1
......@@ -745,6 +745,6 @@ def get_sonar_check(systemName,branchName,pipesCallback,sonarCallback,dingRobotA
def clean_images(imageTag,contextDir) {
sh "rm -rf ${contextDir}"
if(imageTag){
sh "docker rmi -f \$(docker images -q ${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