未验证 提交 cb9012ee 编写于 作者: J Jesse Glick 提交者: GitHub

Merge pull request #3168 from jglick/surefire-mixup

Only inspect direct subdirectories for Surefire reports
......@@ -58,7 +58,7 @@ for(i = 0; i < buildTypes.size(); i++) {
archiveArtifacts artifacts: '**/target/*.jar, **/target/*.war, **/target/*.hpi',
fingerprint: true
if (runTests) {
junit healthScaleFactor: 20.0, testResults: '**/target/surefire-reports/*.xml'
junit healthScaleFactor: 20.0, testResults: '*/target/surefire-reports/*.xml'
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册