提交 7dc5bf9f 编写于 作者: Q quicksilver

update ci/jenkins/Jenkinsfile

上级 c7f1c3ba
......@@ -183,27 +183,15 @@ pipeline {
}
}
}
stage('Cleanup Dev') {
steps {
container('milvus-test-env') {
script {
load "${env.WORKSPACE}/ci/jenkins/step/cleanupSingleDev.groovy"
}
}
}
}
}
post {
unsuccessful {
cleanup {
container('milvus-test-env') {
script {
load "${env.WORKSPACE}/ci/jenkins/step/cleanupSingleDev.groovy"
}
}
}
cleanup {
deleteDir() /* clean up our workspace */
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册