Commit cbdcc32f authored by kalvin's avatar kalvin

revert

parent 6ef87301
...@@ -37,7 +37,7 @@ def call(body) { ...@@ -37,7 +37,7 @@ def call(body) {
body() body()
node { node {
timestamps {
try { try {
echo config.buildType echo config.buildType
/* 1 */ /* 1 */
...@@ -92,8 +92,6 @@ def call(body) { ...@@ -92,8 +92,6 @@ 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")
......
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