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
This commit is contained in:
parent
e66d78a388
commit
8e1a75912e
@ -37,7 +37,7 @@ def poijobs = [
|
|||||||
'-Djava.locale.providers=JRE,CLDR'],
|
'-Djava.locale.providers=JRE,CLDR'],
|
||||||
skipcigame: true
|
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
|
// some OOXML tests fail with strange XML parsing errors and missing JCE unlimited strength requirements
|
||||||
disabled: true, skipcigame: true
|
disabled: true, skipcigame: true
|
||||||
],
|
],
|
||||||
@ -263,6 +263,7 @@ for more details about the DSL.</b>
|
|||||||
}
|
}
|
||||||
ant {
|
ant {
|
||||||
targets(['-Dscratchpad.ignore=true', 'jacocotask', 'test-main', 'test-ooxml', 'test-excelant', 'test-ooxml-lite', 'testcoveragereport'] + (poijob.properties ?: []))
|
targets(['-Dscratchpad.ignore=true', 'jacocotask', 'test-main', 'test-ooxml', 'test-excelant', 'test-ooxml-lite', 'testcoveragereport'] + (poijob.properties ?: []))
|
||||||
|
prop('coverage.enabled', true)
|
||||||
antInstallation(defaultAnt)
|
antInstallation(defaultAnt)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user