diff options
author | Dominik Stadler <centic@apache.org> | 2017-04-02 19:38:37 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-04-02 19:38:37 +0000 |
commit | bd5ea8d3b75f3c8b954031c732015ab00868ba27 (patch) | |
tree | 989c313925d5d4317d88a9f2f65158a15144cb45 /jenkins | |
parent | edcfb84ac54100e0d3fb5b3d1d3b9b3af59eac9d (diff) | |
download | poi-bd5ea8d3b75f3c8b954031c732015ab00868ba27.tar.gz poi-bd5ea8d3b75f3c8b954031c732015ab00868ba27.zip |
Cater for two different locations of test-results in Gradle 2.x and 3.x
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1789910 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 6bffab6d09..05ab4b54ba 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -57,7 +57,7 @@ def poijobs = [ ], [ name: 'POI-DSL-Gradle', jdk: '1.7', trigger: triggerSundays, email: 'centic@apache.org', gradle: true, // Gradle will not run any tests if the code is up-to-date, therefore manually mark the files as updated - addShell: 'touch --no-create build/*/build/test-results/test/TEST-*.xml' + addShell: 'touch --no-create build/*/build/test-results/TEST-*.xml build/*/build/test-results/test/TEST-*.xml' ], [ name: 'POI-DSL-no-scratchpad', trigger: triggerSundays, noScratchpad: true ], |