Author: centic Date: Tue Dec 6 15:14:50 2016 New Revision: 1772904 URL: http://svn.apache.org/viewvc?rev=1772904&view=rev Log: Jenkins DSL: Gradle: Try to touch the test-results-files as Gradle will not execute the tests again if not needed
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=1772904&r1=1772903&r2=1772904&view=diff ============================================================================== --- poi/trunk/jenkins/create_jobs.groovy (original) +++ poi/trunk/jenkins/create_jobs.groovy Tue Dec 6 15:14:50 2016 @@ -213,6 +213,8 @@ Apache POI - the Java API for Microsoft shell(shellcmds) // For Jobs that should still have the default set of publishers we can configure different steps here if(poijob.gradle) { + // Gradle will not run any tests if the code is up-to-date, therefore manually mark the files as updated + shell("touch --no-create build/*/build/test-results/test/TEST-*.xml") gradle { tasks('check') useWrapper(false) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org For additional commands, e-mail: commits-h...@poi.apache.org