From 164f1a89e466e93e2a8bcba0328aabf9295ab62b Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 1 Nov 2023 00:09:57 -0600 Subject: [PATCH] Test with Java 21 (#2517) Java 21 was released Sep 19, 2023. We want to announce full support for Java 21 in early October and would like the most used plugins to be compiled and tested with Java 21. The acceptance test harness and plugin bill of materials tests are already passing with Java 21. This is a further step to improve plugin readiness for use with Java 21 and for development with Java 21. The change adds a Java 21 test on ci.jenkins.io. It does not change the other CI configurations. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index e661ce40e0..c05537e761 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ if (JENKINS_URL == 'https://ci.jenkins.io/') { buildPlugin( configurations: [ + [ platform: "linux", jdk: "21" ], [ platform: "linux", jdk: "17" ] ], // Tests were locking up and timing out on non-aci