Commit f15fd2f1 authored by 温海元's avatar 温海元

remove log

parent 0c8590c5
Pipeline #865 failed with stages
...@@ -744,8 +744,6 @@ def get_sonar_check(systemName,branchName,pipesCallback,sonarCallback,dingRobotA ...@@ -744,8 +744,6 @@ def get_sonar_check(systemName,branchName,pipesCallback,sonarCallback,dingRobotA
def clean_images(imageTag,contextDir) { def clean_images(imageTag,contextDir) {
sh "rm -rf ${contextDir}" sh "rm -rf ${contextDir}"
echo "打印下imageTag:${imageTag} "
echo "这步应该是去查镜像的tag了: $(docker images -q ${imageTag})"
if(imageTag){ 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