Commit 8631c632 authored by wentao.suo's avatar wentao.suo

fix

parent 64871b11
...@@ -90,7 +90,7 @@ def call(body) { ...@@ -90,7 +90,7 @@ def call(body) {
/* 4 */ /* 4 */
stage('Clean'){ stage('Clean'){
_utils.beautyEcho("Clear Cache Tmp", "stage") _utils.beautyEcho("Clear Cache Tmp", "stage")
_stage.clean_images(imageTags,contextDir) _stage.clean_images(imageTagInfos,contextDir)
} }
} catch (err) { } catch (err) {
......
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