]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: Use OpenJDK 8 and latest JDK 1.9
authorDominik Stadler <centic@apache.org>
Sat, 16 Sep 2017 08:29:33 +0000 (08:29 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 16 Sep 2017 08:29:33 +0000 (08:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808524 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index d724e40de3572abbbc1f0eec731bd8dd9bfc727b..af7a75b9af86c1ef5ee3a30fe112d1cedaee326f 100644 (file)
@@ -97,8 +97,8 @@ def jdkMapping = [
     '1.6': 'JDK 1.6 (latest)',
     '1.7': 'JDK 1.7 (latest)',
     '1.8': 'JDK 1.8 (latest)',
-    '1.9': 'JDK 9 b179 (early access build)',
-    'OpenJDK': 'OpenJDK 6 (on Ubuntu only) ',   // blank is required here until the name in the Jenkins instance is fixed!
+    '1.9': 'JDK 1.9 (latest)',
+    'OpenJDK': 'OpenJDK 8 (on Ubuntu only) ',   // blank is required here until the name in the Jenkins instance is fixed!
     'IBMJDK': 'IBM 1.8 64-bit (on Ubuntu only)',
 ]