Skip to content

Commit

Permalink
Merge pull request #179 from jenkinsci/jdk-21
Browse files Browse the repository at this point in the history
Test on Java 21
  • Loading branch information
jtnord authored Sep 21, 2023
2 parents e4497bc + 9d47e20 commit ef6f729
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
[platform: 'linux', jdk: 11],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])

0 comments on commit ef6f729

Please sign in to comment.