From 09b8aacc30312e4106d886c1b9ccebacbd82250f Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 26 Sep 2024 21:38:22 +1000 Subject: [PATCH] Remove jdk22 build (#12314) Signed-off-by: Olivier Lamy --- Jenkinsfile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 001c811cb05..5fc23c3f560 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,17 +28,6 @@ pipeline { } } - stage("Build / Test - JDK22") { - agent { node { label 'linux' } } - steps { - timeout( time: 180, unit: 'MINUTES' ) { - checkout scm - mavenBuild( "jdk22", "clean install -Dspotbugs.skip=true -Djacoco.skip=true", "maven3") - recordIssues id: "jdk22", name: "Static Analysis jdk22", aggregatingResults: true, enabledForFailure: true, tools: [mavenConsole(), java(), checkStyle(), javaDoc()] - } - } - } - stage("Build / Test - JDK23") { agent { node { label 'linux' } } steps {