From: PJ Fanning Date: Sat, 19 Jan 2019 11:50:14 +0000 (+0000) Subject: try to fix xmlbeans build X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ed8e3419ba158c4103f0bdbf1baac46afcf29633;p=poi.git try to fix xmlbeans build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851667 13f79535-47bb-0310-9956-ffa450edef68 --- 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 ->