You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2017/01/26 19:58:29 UTC

svn commit: r1780452 - /poi/trunk/jenkins/create_jobs.groovy

Author: centic
Date: Thu Jan 26 19:58:29 2017
New Revision: 1780452

URL: http://svn.apache.org/viewvc?rev=1780452&view=rev
Log:
Jenkins DSL: Run all tests in no-scratchpad to try to get similar coverage-numbers

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=1780452&r1=1780451&r2=1780452&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Thu Jan 26 19:58:29 2017
@@ -263,7 +263,7 @@ for more details about the DSL.</b>
                         antInstallation(defaultAnt)
                     }
                     ant {
-                        targets(['-Dscratchpad.ignore=true', 'jacocotask', 'test-main', 'test-ooxml', 'test-excelant', 'test-ooxml-lite', 'testcoveragereport'] + (poijob.properties ?: []))
+                        targets(['-Dscratchpad.ignore=true', 'jacocotask', 'test-all', 'testcoveragereport'] + (poijob.properties ?: []))
                         prop('coverage.enabled', true)
                         antInstallation(defaultAnt)
                     }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org