Browse Source

Jenkins DSL: IBM JDK should not use noScratchpad, set coverage-flag for no-scratchpad-job

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776650 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_16_BETA2
Dominik Stadler 7 years ago
parent
commit
a4033113bb
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      jenkins/create_jobs.groovy

+ 2
- 1
jenkins/create_jobs.groovy View 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 {

Loading…
Cancel
Save