From: PJ Fanning Date: Tue, 2 Oct 2018 22:47:57 +0000 (+0000) Subject: disable junit xml collection X-Git-Tag: REL_4_0_1~74 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=09f441ca462ad8a25ee94b829dec3aa94ea6dd36;p=poi.git disable junit xml collection git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842668 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 3d80cbf231..6095a57e06 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -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 ->