]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: IBM JDK should not use noScratchpad, set coverage-flag for no-scratchpad-job
authorDominik Stadler <centic@apache.org>
Fri, 30 Dec 2016 22:19:12 +0000 (22:19 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 30 Dec 2016 22:19:12 +0000 (22:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776650 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index bc187d1c458ea211e0dc4af2a063b583fae71e5f..9e688e5cf0c26ac83ba221f83d114eaec03d4004 100644 (file)
@@ -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 {