Author: centic
Date: Sun Apr 2 19:38:37 2017
New Revision: 1789910
URL: http://svn.apache.org/viewvc?rev=1789910&view=rev
Log:
Cater for two different locations of test-results in Gradle 2.x and 3.x
Modified:
poi/trunk/jenkins/create_jobs.groovy
Modified: poi/trunk/jenkins/create_jobs.groovy
URL:
http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1789910&r1=1789909&r2=1789910&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sun Apr 2 19:38:37 2017
@@ -57,7 +57,7 @@ def poijobs = [
],
[ name: 'POI-DSL-Gradle', jdk: '1.7', trigger: triggerSundays, email:
'[email protected]', 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
],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]