提交 9025f44c 编写于 作者: M milvus-ci-robot

add Code Coverage stage in ci/jenkins/Jenkinsfile


Former-commit-id: 3345c036bbec60a2c0abd848797fdae980d13001
上级 ad6cc260
......@@ -47,6 +47,14 @@ pipeline {
container('milvus-build-env') {
script {
load "${env.WORKSPACE}/ci/jenkins/jenkinsfile/build.groovy"
}
}
}
}
stage('Code Coverage') {
steps {
container('milvus-build-env') {
script {
load "${env.WORKSPACE}/ci/jenkins/jenkinsfile/coverage.groovy"
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册