Skip to content

Commit

Permalink
Remove jdk22 build
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Sep 25, 2024
1 parent af3ac05 commit 809027e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 809027e

Please sign in to comment.