diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-01-19 11:50:14 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-01-19 11:50:14 +0000 |
commit | 5a758864b5b8aba1e26547f4c0090567530031dc (patch) | |
tree | 92772c82d6bd084eebe8f537e08287df76cdaa92 /jenkins | |
parent | 074709372de69e23d63df5dffb382f2aa992755d (diff) | |
download | poi-5a758864b5b8aba1e26547f4c0090567530031dc.tar.gz poi-5a758864b5b8aba1e26547f4c0090567530031dc.zip |
try to fix xmlbeans build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851667 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 7 |
1 files changed, 1 insertions, 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 -> |