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

Add code coverage to Jenkins CI


Former-commit-id: ac9605ce63d3e25da9d1a473bfd2da3a81bf1250
上级 b6321813
......@@ -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.
先完成此消息的编辑!
想要评论请 注册