Browse Source

disable junit xml collection

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842668 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_0_1
PJ Fanning 5 years ago
parent
commit
09f441ca46
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      jenkins/create_jobs.groovy

+ 5
- 5
jenkins/create_jobs.groovy 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 ->

Loading…
Cancel
Save