diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2016-12-05 00:26:41 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2016-12-05 00:26:41 +0000 |
commit | 714d9d666bd31276268b58536628c34990478820 (patch) | |
tree | 1647e7f1c5be7cdb62edce0cecaedd8b2418ca37 | |
parent | d8afe4ae7de37d2807b3ed73b282f6a5c7bb6559 (diff) | |
download | poi-714d9d666bd31276268b58536628c34990478820.tar.gz poi-714d9d666bd31276268b58536628c34990478820.zip |
there's no IBM 1.7 JDK on Jenkins available -> use 1.8 instead
the label for the OpenJDK has trailing space
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772588 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | jenkins/create_jobs.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index eed41ffcc2..3b30e334a5 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -52,8 +52,8 @@ def jdkMapping = [ '1.7': "JDK 1.7 (latest)", '1.8': "JDK 1.8 (latest)", '1.9': "JDK 9 b142 (early access build) with project Jigsaw", - "OpenJDK": "OpenJDK 6 (on Ubuntu only)", - "IBMJDK": "IBM 1.7 64-bit (on Ubuntu only)", + "OpenJDK": "OpenJDK 6 (on Ubuntu only) ", + "IBMJDK": "IBM 1.8 64-bit (on Ubuntu only)", ] poijobs.each { poijob -> |