You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2016/12/05 00:26:41 UTC

svn commit: r1772588 - /poi/trunk/jenkins/create_jobs.groovy

Author: kiwiwings
Date: Mon Dec  5 00:26:41 2016
New Revision: 1772588

URL: http://svn.apache.org/viewvc?rev=1772588&view=rev
Log:
there's no IBM 1.7 JDK on Jenkins available -> use 1.8 instead
the label for the OpenJDK has trailing space

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1772588&r1=1772587&r2=1772588&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Mon Dec  5 00:26:41 2016
@@ -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 ->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org