From c77f1ad3da9a40279ec58e6a35e689be236dddbc Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 2 Apr 2017 19:38:37 +0000 Subject: [PATCH] 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 --- 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 6bffab6d0..05ab4b54b 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 ],