disable junit xml collection

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-10-02 22:47:57 +00:00
parent bd16d310b9
commit dc45ce9410
1 changed files with 5 additions and 5 deletions

View File

@ -506,11 +506,11 @@ xmlbeansjobs.each { xjob ->
}
publishers {
archiveArtifacts('build/private/**')
archiveJunit('build/test/reports/*.xml') {
testDataPublishers {
publishTestStabilityData()
}
}
//archiveJunit('build/test/reports/*.xml') {
// testDataPublishers {
// publishTestStabilityData()
// }
//}
if (!xjob.skipcigame) {
configure { project ->