Commit d5ffd16b authored by kalvin's avatar kalvin

删除

parent 708334e5
...@@ -125,6 +125,7 @@ def call(body) { ...@@ -125,6 +125,7 @@ def call(body) {
stage("Clean") { stage("Clean") {
_utils.beautyEcho("Clean", "stage") _utils.beautyEcho("Clean", "stage")
_stage.clean_images(imageTag) _stage.clean_images(imageTag)
deleteDir()
} }
} }
} }
......
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