Commit 29c81152 authored by daidekun's avatar daidekun

dir

parent fa9e6802
...@@ -29,10 +29,9 @@ def call(body) { ...@@ -29,10 +29,9 @@ def call(body) {
node { node {
try { try {
dir (systemName) {
stage('Clean') { stage('Clean') {
_utils.beautyEcho(1, 'Clean') _utils.beautyEcho(1, 'Clean')
_stage.clean_dir()
} }
stage('Checkout') { stage('Checkout') {
...@@ -102,6 +101,7 @@ def call(body) { ...@@ -102,6 +101,7 @@ def call(body) {
_utils.beautyEcho(7, 'Clean') _utils.beautyEcho(7, 'Clean')
_stage.clean_images(imageTag) _stage.clean_images(imageTag)
} }
}
} catch (err) { } catch (err) {
if (imageTag) { if (imageTag) {
......
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