]> source.dussan.org Git - poi.git/commitdiff
there's no IBM 1.7 JDK on Jenkins available -> use 1.8 instead
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 5 Dec 2016 00:26:41 +0000 (00:26 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 5 Dec 2016 00:26:41 +0000 (00:26 +0000)
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

jenkins/create_jobs.groovy

index eed41ffcc24a2b6d1a2715c0c5816ecbdb9ebfde..3b30e334a50e4e4d1efc3442298010a826083389 100644 (file)
@@ -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 ->