diff options
author | Dominik Stadler <centic@apache.org> | 2016-12-04 22:37:12 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-12-04 22:37:12 +0000 |
commit | 446a9cd512c49e9395e50b60faeb45a84f24f06b (patch) | |
tree | 8a6913eedc330c34ae0555ef83fa9bd418d4619a /jenkins | |
parent | 89d2d177798bccdf13d7d33d08976349deb67181 (diff) | |
download | poi-446a9cd512c49e9395e50b60faeb45a84f24f06b.tar.gz poi-446a9cd512c49e9395e50b60faeb45a84f24f06b.zip |
Jenkins Job DSL: Adjust for location of Gradle-test-result files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772581 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index e2e7de68b7..eed41ffcc2 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -253,7 +253,7 @@ Apache POI - the Java API for Microsoft Documents 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-*.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') { testDataPublishers { publishTestStabilityData() } |