From ed8e3419ba158c4103f0bdbf1baac46afcf29633 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 19 Jan 2019 11:50:14 +0000 Subject: [PATCH] try to fix xmlbeans build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851667 13f79535-47bb-0310-9956-ffa450edef68 --- jenkins/create_jobs.groovy | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 3fdbad614b..4921e96aca 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -540,12 +540,7 @@ xmlbeansjobs.each { xjob -> } } publishers { - archiveArtifacts('build/private/**') - //archiveJunit('build/test/reports/*.xml') { - // testDataPublishers { - // publishTestStabilityData() - // } - //} + archiveArtifacts('build/**') if (!xjob.skipcigame) { configure { project -> -- 2.39.5