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 2016/12/30 22:19:12 UTC

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

Author: centic
Date: Fri Dec 30 22:19:12 2016
New Revision: 1776650

URL: http://svn.apache.org/viewvc?rev=1776650&view=rev
Log:
Jenkins DSL: IBM JDK should not use noScratchpad, set coverage-flag for no-scratchpad-job

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=1776650&r1=1776649&r2=1776650&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Fri Dec 30 22:19:12 2016
@@ -37,7 +37,7 @@ def poijobs = [
                      '-Djava.locale.providers=JRE,CLDR'],
         skipcigame: true
     ],
-    [ name: 'POI-DSL-IBM-JDK', jdk: 'IBMJDK', trigger: triggerSundays, noScratchpad: true,
+    [ name: 'POI-DSL-IBM-JDK', jdk: 'IBMJDK', trigger: triggerSundays,
         // some OOXML tests fail with strange XML parsing errors and missing JCE unlimited strength requirements
         disabled: true, skipcigame: true
     ],
@@ -263,6 +263,7 @@ for more details about the DSL.</b>
                     }
                     ant {
                         targets(['-Dscratchpad.ignore=true', 'jacocotask', 'test-main', 'test-ooxml', 'test-excelant', 'test-ooxml-lite', 'testcoveragereport'] + (poijob.properties ?: []))
+                        prop('coverage.enabled', true)
                         antInstallation(defaultAnt)
                     }
                 } else {



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