summaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2018-10-02 22:43:09 +0000
committerPJ Fanning <fanningpj@apache.org>2018-10-02 22:43:09 +0000
commitb784a7bc7ba9bd5fd94aece41decc6b5b39a294f (patch)
tree90378646c0a85c51301c8ada232307cd4e35b5a3 /jenkins
parent208bfc627ba1309810a716069736a1ad15de0939 (diff)
downloadpoi-b784a7bc7ba9bd5fd94aece41decc6b5b39a294f.tar.gz
poi-b784a7bc7ba9bd5fd94aece41decc6b5b39a294f.zip
get xmlbeans job to build dist artifacts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842667 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index c0249484c2..3d80cbf231 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -506,7 +506,7 @@ xmlbeansjobs.each { xjob ->
}
publishers {
archiveArtifacts('build/private/**')
- archiveJunit('build/ooxml-test-results/*.xml,build/scratchpad-test-results/*.xml,build/test-results/*.xml,build/excelant-test-results/*.xml,build/integration-test-results/*.xml,build/*/build/test-results/test/TEST-*.xml,build/*/build/test-results/TEST-*.xml') {
+ archiveJunit('build/test/reports/*.xml') {
testDataPublishers {
publishTestStabilityData()
}