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) }