提交 37872fce 编写于 作者: M milvus-ci-robot

Add code coverage to Jenkins CI


Former-commit-id: 6c2c3190224a747b4c3b610d5982553699770aaa
上级 63e28d6b
......@@ -5,7 +5,7 @@ timeout(time: 60, unit: 'MINUTES') {
sh "./build.sh -l"
withCredentials([usernamePassword(credentialsId: "${params.JFROG_CREDENTIALS_ID}", usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {
sh "export JFROG_ARTFACTORY_URL='${params.JFROG_ARTFACTORY_URL}' && export JFROG_USER_NAME='${USERNAME}' && export JFROG_PASSWORD='${PASSWORD}' && ./build.sh -t ${params.BUILD_TYPE} -d /opt/milvus -j -u -c"
sh "./coverage.sh -u root -p 123456 -t \$POD_ID"
sh "./coverage.sh -u root -p 123456 -t \$POD_IP"
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册