diff options
author | Dominik Stadler <centic@apache.org> | 2017-01-26 19:58:29 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-01-26 19:58:29 +0000 |
commit | abf8c414f89ca0725d04213271b40c7dfe9bb4ce (patch) | |
tree | 651ccbeb1ace76b26ea357b498442db825fee37b /jenkins | |
parent | f0585fa23f00c6a8879793311d3ac5fda75a7129 (diff) | |
download | poi-abf8c414f89ca0725d04213271b40c7dfe9bb4ce.tar.gz poi-abf8c414f89ca0725d04213271b40c7dfe9bb4ce.zip |
Jenkins DSL: Run all tests in no-scratchpad to try to get similar coverage-numbers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780452 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 401eafa241..08e2101457 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -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) } |