Skip to content

Commit 09b8aac

Browse files
authored
Remove jdk22 build (#12314)
Signed-off-by: Olivier Lamy <[email protected]>
1 parent ba0ba99 commit 09b8aac

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Jenkinsfile

-11
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@ pipeline {
2828
}
2929
}
3030

31-
stage("Build / Test - JDK22") {
32-
agent { node { label 'linux' } }
33-
steps {
34-
timeout( time: 180, unit: 'MINUTES' ) {
35-
checkout scm
36-
mavenBuild( "jdk22", "clean install -Dspotbugs.skip=true -Djacoco.skip=true", "maven3")
37-
recordIssues id: "jdk22", name: "Static Analysis jdk22", aggregatingResults: true, enabledForFailure: true, tools: [mavenConsole(), java(), checkStyle(), javaDoc()]
38-
}
39-
}
40-
}
41-
4231
stage("Build / Test - JDK23") {
4332
agent { node { label 'linux' } }
4433
steps {

0 commit comments

Comments
 (0)