]> source.dussan.org Git - poi.git/commitdiff
Jenkins: Try to disable coverage for JDK 13 for now as it seems to cause issues
authorDominik Stadler <centic@apache.org>
Tue, 22 Jan 2019 10:23:58 +0000 (10:23 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 22 Jan 2019 10:23:58 +0000 (10:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851803 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 1a9e17ed4580d5e6c5fa0ec1ced68dd6fbe5b1d8..f15e9b64f95843e82c922161b049fc3776562a64 100644 (file)
@@ -71,7 +71,10 @@ def poijobs = [
                        '-Djava9addopens3=--add-opens=java.base/java.nio=ALL-UNNAMED',
                        '-Djava9addopens4=--add-opens=java.base/java.lang=ALL-UNNAMED',
                        '-Djava9addopens5=--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED',
-                       '-Djava.locale.providers=JRE,CLDR'],
+                       '-Djava.locale.providers=JRE,CLDR',
+                       // JaCoCo currently fails with "java.lang.NoSuchFieldException: $jacocoAccess",
+                       // need to review/check with newer JDK 13 builds or when at least JaCoCo 0.8.3
+                       '-Dcoverage.enabled=false'],
           skipcigame: true
         ],
         [ name: 'POI-DSL-IBM-JDK', jdk: 'IBMJDK', trigger: triggerSundays, skipcigame: true