Author: centic
Date: Sun Jan 27 10:28:50 2019
New Revision: 1852284

URL: http://svn.apache.org/viewvc?rev=1852284&view=rev
Log:
Jenkins DSL: Adjust the list of JDKs that we look for in the testevn-job

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=1852284&r1=1852283&r2=1852284&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sun Jan 27 10:28:50 2019
@@ -564,14 +564,12 @@ Unfortunately we often see builds break
                 'IBM 1.8 64-bit (on Ubuntu only)',
 
                 'JDK 10 (latest)',
-                'JDK 10 b46 (Windows Only)',
-                'OpenJDK 10.0.2 (on Ubuntu only)',
 
                 'JDK 11 (latest)',
-                'JDK 11 b23 (early access build) (Windows Only)',
 
                 'JDK 12 (latest)',
-                'OpenJDK 12 b18 (early access build)'
+
+                'JDK 13 (latest)'
         )
         elasticAxis {
             name('Nodes')



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to