Skip to content

Commit

Permalink
Test with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Aug 13, 2023
1 parent 8c07b96 commit 6f0eeef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
buildPlugin(
// Container agents start faster and are easier to administer
useContainerAgent: true,
// Test Java 11 with minimum Jenkins version, Java 17 with a more recent version
// Test Java 11, 17, and 21
configurations: [
[platform: 'windows', jdk: '17', jenkins: '2.375.1'],
[platform: 'linux', jdk: '11'],
[platform: 'linux', jdk: '17'],
[platform: 'linux', jdk: '21', jenkins: '2.414'],
[platform: 'windows', jdk: '11']
]
)

0 comments on commit 6f0eeef

Please sign in to comment.