]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: Run all tests in no-scratchpad to try to get similar coverage-numbers
authorDominik Stadler <centic@apache.org>
Thu, 26 Jan 2017 19:58:29 +0000 (19:58 +0000)
committerDominik Stadler <centic@apache.org>
Thu, 26 Jan 2017 19:58:29 +0000 (19:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780452 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 401eafa241e5908b0d2903a0de9c735f677d68a9..08e2101457226160290497d4c959710403a3f312 100644 (file)
@@ -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)
                     }