提交 c7f1c3ba 编写于 作者: Q quicksilver

update ci/jenkins/Jenkinsfile

上级 c045d902
...@@ -107,6 +107,12 @@ pipeline { ...@@ -107,6 +107,12 @@ pipeline {
} }
} }
} }
post {
cleanup {
deleteDir() /* clean up our workspace */
}
}
} }
stage('Publish docker images') { stage('Publish docker images') {
...@@ -129,6 +135,12 @@ pipeline { ...@@ -129,6 +135,12 @@ pipeline {
} }
} }
} }
post {
cleanup {
deleteDir() /* clean up our workspace */
}
}
} }
stage('Deploy to Development') { stage('Deploy to Development') {
...@@ -182,6 +194,7 @@ pipeline { ...@@ -182,6 +194,7 @@ pipeline {
} }
} }
} }
post { post {
unsuccessful { unsuccessful {
container('milvus-test-env') { container('milvus-test-env') {
...@@ -190,6 +203,9 @@ pipeline { ...@@ -190,6 +203,9 @@ pipeline {
} }
} }
} }
cleanup {
deleteDir() /* clean up our workspace */
}
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册