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