From: Dominik Stadler Date: Thu, 26 Jan 2017 19:58:29 +0000 (+0000) Subject: Jenkins DSL: Run all tests in no-scratchpad to try to get similar coverage-numbers X-Git-Tag: REL_3_16_BETA2~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=abf8c414f89ca0725d04213271b40c7dfe9bb4ce;p=poi.git 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 --- 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. 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) }