]> source.dussan.org Git - poi.git/commitdiff
disable junit xml collection
authorPJ Fanning <fanningpj@apache.org>
Tue, 2 Oct 2018 22:47:57 +0000 (22:47 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 2 Oct 2018 22:47:57 +0000 (22:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842668 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 3d80cbf231a7351d60449c80cea777806e401aa9..6095a57e064a5547885bf3d5f7b987ffb1107121 100644 (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 ->