Commit 7617c96f authored by daidekun's avatar daidekun

fix

parent 34bd6be6
...@@ -116,6 +116,7 @@ def call(body) { ...@@ -116,6 +116,7 @@ def call(body) {
} }
} }
} catch (err) { } catch (err) {
ansiColor('xterm') {
if (imageTag) { if (imageTag) {
_stage.clean_images(imageTag) _stage.clean_images(imageTag)
} }
...@@ -124,4 +125,5 @@ def call(body) { ...@@ -124,4 +125,5 @@ def call(body) {
throw err throw err
} }
} }
}
} }
\ No newline at end of file
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