Commit 6ef87301 authored by kalvin's avatar kalvin

time

parent a587ecb9
...@@ -92,7 +92,9 @@ def call(body) { ...@@ -92,7 +92,9 @@ def call(body) {
_utils.beautyEcho("Clear Cache Tmp", "stage") _utils.beautyEcho("Clear Cache Tmp", "stage")
_stage.clean_images(imageTagInfos[0]["imageTag"],contextDir) _stage.clean_images(imageTagInfos[0]["imageTag"],contextDir)
} }
} }
} catch (err) { } catch (err) {
_utils.beautyEcho(err, "fail") _utils.beautyEcho(err, "fail")
_stage.clean_images(imageTagInfos[0]["imageTag"],contextDir) _stage.clean_images(imageTagInfos[0]["imageTag"],contextDir)
......
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