From b784a7bc7ba9bd5fd94aece41decc6b5b39a294f Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 2 Oct 2018 22:43:09 +0000 Subject: [PATCH] get xmlbeans job to build dist artifacts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842667 13f79535-47bb-0310-9956-ffa450edef68 --- jenkins/create_jobs.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } -- 2.39.5