update ci/jenkins/Jenkinsfile

pull/790/head
quicksilver 2019-12-18 15:59:50 +08:00
parent c7f1c3ba21
commit 7dc5bf9fab
1 changed files with 1 additions and 13 deletions

View File

@ -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 */
}
}