From dc45ce9410aaa486fd8c5563774f2fe316520042 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 2 Oct 2018 22:47:57 +0000 Subject: [PATCH] disable junit xml collection git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842668 13f79535-47bb-0310-9956-ffa450edef68 --- jenkins/create_jobs.groovy | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -> -- 2.39.5