未验证 提交 26e0ac51 编写于 作者: J Jesse Glick

war/src/test/js/ apparently produces...

war/src/test/js/ apparently produces war/target/surefire-reports/JasmineReport.xml without the TEST- prefix used by Surefire.
上级 6f95e400
......@@ -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/TEST-*.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.
先完成此消息的编辑!
想要评论请 注册