Author: centic
Date: Sat Nov 30 09:29:46 2024
New Revision: 1922230

URL: http://svn.apache.org/viewvc?rev=1922230&view=rev
Log:
Jenkins DSL: Remove POI builds for non-LTS JDKs 18, 19 and 20

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=1922230&r1=1922229&r2=1922230&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sat Nov 30 09:29:46 2024
@@ -29,21 +29,6 @@ def poijobs = [
         [ name: 'POI-DSL-1.17', jdk: '1.17', trigger: 'H */12 * * *', 
skipcigame: true
         ],
         // Jenkins on ci-builds.apache.org does not support spotbugs with a 
new enough version of asm for Java18+
-        [ name: 'POI-DSL-1.18', jdk: '1.18', trigger: triggerSundays, 
skipcigame: true, skipSpotbugs: true,
-          // let's save some CPU cycles here, 18 is not a LTS and JDK 20 is out
-          disabled: true
-        ],
-        // Jenkins on ci-builds.apache.org does not support spotbugs with a 
new enough version of asm for Java18+
-        [ name: 'POI-DSL-1.19', jdk: '1.19', trigger: triggerSundays, 
skipcigame: true, skipSpotbugs: true,
-          // let's save some CPU cycles here, 19 is not a LTS and JDK 20 is out
-          disabled: true
-        ],
-        // Jenkins on ci-builds.apache.org does not support spotbugs with a 
new enough version of asm for Java18+
-        [ name: 'POI-DSL-1.20', jdk: '1.20', trigger: triggerSundays, 
skipcigame: true, skipSpotbugs: true,
-          // let's save some CPU cycles here, 20 is not a LTS and JDK 21 is out
-          disabled: true
-        ],
-        // Jenkins on ci-builds.apache.org does not support spotbugs with a 
new enough version of asm for Java18+
         [ name: 'POI-DSL-1.21', jdk: '1.21', trigger: 'H */12 * * *', 
skipcigame: true, skipSpotbugs: true
         ],
         // Jenkins on ci-builds.apache.org does not support spotbugs with a 
new enough version of asm for Java18+
@@ -96,15 +81,6 @@ def poijobs = [
         ],
         [ name: 'POI-DSL-Windows-1.17', jdk: '1.17', trigger: 'H */12 * * *', 
windows: true, slaves: 'Windows', skipcigame: true
         ],
-        [ name: 'POI-DSL-Windows-1.18', jdk: '1.18', trigger: triggerSundays, 
windows: true, slaves: 'Windows', skipcigame: true,
-          skipSpotbugs: true,
-          // let's save some CPU cycles here, 18 is not an LTS and JDK 20 is 
out
-          disabled: true
-        ],
-        [ name: 'POI-DSL-Windows-1.20', jdk: '1.20', trigger: triggerSundays, 
windows: true, slaves: 'Windows', skipcigame: true,
-          // let's save some CPU cycles here, 20 is not a LTS and JDK 21 is out
-          disabled: true
-        ],
         [ name: 'POI-DSL-Windows-1.21', jdk: '1.21', trigger: 'H */12 * * *', 
windows: true, slaves: 'Windows', skipcigame: true
         ],
         [ name: 'POI-DSL-Windows-1.22', jdk: '1.22', trigger: triggerSundays, 
windows: true, slaves: 'Windows', skipcigame: true,



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

Reply via email to