You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2021/05/23 19:15:26 UTC

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

Author: centic
Date: Sun May 23 19:15:26 2021
New Revision: 1890139

URL: http://svn.apache.org/viewvc?rev=1890139&view=rev
Log:
Jenkins DSL: Add Windows-1.15 and Windows-1.16 and disabled Windows-1.14

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=1890139&r1=1890138&r2=1890139&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sun May 23 19:15:26 2021
@@ -80,7 +80,15 @@ def poijobs = [
           // let's save some CPU cycles here, 12 is not a LTS and JDK 13 is GA now
           disabled: true
         ],
-        [ name: 'POI-DSL-Windows-1.14', jdk: '1.14', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: true
+        [ name: 'POI-DSL-Windows-1.14', jdk: '1.14', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: true,
+		  // let's only verify the latest two JDKs
+		  disabled: true
+        ],
+        [ name: 'POI-DSL-Windows-1.15', jdk: '1.15', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: true
+        ],
+		// building with JDK 16 fails currently because of findbugs/spotbugs
+		// therefore we do not set a trigger for now and only run it manually
+        [ name: 'POI-DSL-Windows-1.16', jdk: '1.16', trigger: '', windows: true, slaves: 'Windows', skipcigame: true
         ],
         [ name: 'POI-DSL-Github-PullRequests', trigger: '', githubpr: true, skipcigame: true,
           // ensure the file which is needed from the separate documentation module does exist



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