Commit da96a60f authored by daidekun's avatar daidekun

regression

parent 7ad49ebd
...@@ -30,7 +30,6 @@ def call(body) { ...@@ -30,7 +30,6 @@ def call(body) {
node { node {
try { try {
dockerNode(image: "192.168.4.36/publibs/nodejs-slave") {
stage('Clean') { stage('Clean') {
_utils.beautyEcho(1, 'Clean') _utils.beautyEcho(1, 'Clean')
_stage.clean_dir() _stage.clean_dir()
...@@ -101,7 +100,6 @@ def call(body) { ...@@ -101,7 +100,6 @@ 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