summaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2017-02-21 06:28:12 +0000
committerDominik Stadler <centic@apache.org>2017-02-21 06:28:12 +0000
commitc76c073b39c35c50b3ab3515f5ecdc621e03eac3 (patch)
treee58447bc4540dfa3180c6aa9375a9b0c77a6d7b4 /jenkins
parent1cf55da37bf72e05fe8fa9582353b08b34678996 (diff)
downloadpoi-c76c073b39c35c50b3ab3515f5ecdc621e03eac3.tar.gz
poi-c76c073b39c35c50b3ab3515f5ecdc621e03eac3.zip
Jenkins DSL: Add one more directory for test-results to try to make Gradle build happy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783830 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 2149dd0a70..ca47a60ef9 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -295,7 +295,7 @@ for more details about the DSL.</b>
warnings(['Java Compiler (javac)', 'JavaDoc Tool'], null) {
resolveRelativePaths()
}
- 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') {
+ 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') {
testDataPublishers {
publishTestStabilityData()
}