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
This commit is contained in:
parent
9dcb5d4c47
commit
c77f1ad3da
@ -57,7 +57,7 @@ def poijobs = [
|
|||||||
],
|
],
|
||||||
[ name: 'POI-DSL-Gradle', jdk: '1.7', trigger: triggerSundays, email: 'centic@apache.org', gradle: true,
|
[ 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
|
// 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
|
[ name: 'POI-DSL-no-scratchpad', trigger: triggerSundays, noScratchpad: true
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user