]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: Use latest available early access build of JDK 9 b179
authorDominik Stadler <centic@apache.org>
Tue, 1 Aug 2017 06:26:39 +0000 (06:26 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 1 Aug 2017 06:26:39 +0000 (06:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803613 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 33bbe230f5902ddcc7f2e16055a6fd446cee8fbc..5585bf6d42143d85ecc2af4ca9491a085fa61da4 100644 (file)
@@ -93,7 +93,7 @@ def jdkMapping = [
     '1.6': 'JDK 1.6 (latest)',
     '1.7': 'JDK 1.7 (latest)',
     '1.8': 'JDK 1.8 (latest)',
-    '1.9': 'JDK 9 b156 (early access build) with project Jigsaw',
+    '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!
     'IBMJDK': 'IBM 1.8 64-bit (on Ubuntu only)',
 ]