Commit 29c81152 authored by daidekun's avatar daidekun

dir

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