Author: fanningpj
Date: Tue Oct  2 22:47:57 2018
New Revision: 1842668

URL: http://svn.apache.org/viewvc?rev=1842668&view=rev
Log:
disable junit xml collection

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: 
http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1842668&r1=1842667&r2=1842668&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Tue Oct  2 22:47:57 2018
@@ -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 ->



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to