提交 42342d01 编写于 作者: Q quicksilver

update Jenkins CI

上级 3e8e7011
......@@ -107,12 +107,6 @@ pipeline {
}
}
}
post {
cleanup {
deleteDir() /* clean up our workspace */
}
}
}
stage('Publish docker images') {
......@@ -135,12 +129,6 @@ pipeline {
}
}
}
post {
cleanup {
deleteDir() /* clean up our workspace */
}
}
}
stage('Deploy to Development') {
......@@ -192,7 +180,6 @@ pipeline {
load "${env.WORKSPACE}/ci/jenkins/step/cleanupSingleDev.groovy"
}
}
deleteDir() /* clean up our workspace */
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册