aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2017-08-01 06:26:39 +0000
committerDominik Stadler <centic@apache.org>2017-08-01 06:26:39 +0000
commit37866e55b20be8e29542348d171ce7bb6f06ecd0 (patch)
tree0beab04a038d74db24f11c5cff18abcee29db47d /jenkins
parentabd7c696ae71946c12af2f652baed8f6dba1fd7e (diff)
downloadpoi-37866e55b20be8e29542348d171ce7bb6f06ecd0.tar.gz
poi-37866e55b20be8e29542348d171ce7bb6f06ecd0.zip
Jenkins DSL: Use latest available early access build of JDK 9 b179
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803613 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index 33bbe230f5..5585bf6d42 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -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)',
]