Commit fbc6b72d authored by 智勇's avatar 智勇

update

parent 287f2d98
...@@ -607,7 +607,7 @@ def deploy(namespace, systemName, imageTag, tier, isDeploy) { ...@@ -607,7 +607,7 @@ def deploy(namespace, systemName, imageTag, tier, isDeploy) {
def clean_images(imageTag,imageTagCode,contextDir,buildType) { def clean_images(imageTag,imageTagCode,contextDir,buildType) {
// sh "rm -rf ${contextDir}" sh "rm -rf ${contextDir}"
if(buildType=="java"){ if(buildType=="java"){
if (cluster=="pro"){ if (cluster=="pro"){
sh "docker rmi -f \$(docker images -q ${imageTagCode})" sh "docker rmi -f \$(docker images -q ${imageTagCode})"
......
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