Skip to content

Commit

Permalink
Test with Java 21 (#204)
Browse files Browse the repository at this point in the history
Java 21 will release Sep 19, 2023.  We'd like to support it with
Jenkins core and Jenkins plugins shortly after release.
  • Loading branch information
MarkEWaite committed Aug 13, 2023
1 parent 09c7130 commit 1424e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ buildPlugin(
useContainerAgent: true,
// Show failures on all configurations
failFast: false,
// Test Java 11 and Java 17
// Test Java 11, 17, and 21
configurations: [
[platform: 'linux', jdk: '17'], // Linux first for coverage report on ci.jenkins.io
[platform: 'linux', jdk: '21', jenkins: '2.414'],
[platform: 'windows', jdk: '11'],
]
)

0 comments on commit 1424e8f

Please sign in to comment.