]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: Add Windows-1.15 and Windows-1.16 and disabled Windows-1.14
authorDominik Stadler <centic@apache.org>
Sun, 23 May 2021 19:15:26 +0000 (19:15 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 23 May 2021 19:15:26 +0000 (19:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890139 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 10be977bb7ff226cf1f22ba5e7241b67076ad944..e1559e9370ccf54d997367cc48243c376160198a 100644 (file)
@@ -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