Skip to content

Commit

Permalink
Test with Java 21 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Aug 13, 2023
1 parent 2ec8b3f commit 5482cd7
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 @@ -6,9 +6,10 @@ buildPlugin(
useContainerAgent: true,
// Show failures on all configurations
failFast: false,
// Test Java 11 with minimum Jenkins version, Java 17 with a more recent version
// Test Java 11, 17, and 21
configurations: [
[platform: 'linux', jdk: '11'], // Linux first for coverage report on ci.jenkins.io
[platform: 'windows', jdk: '17', jenkins: '2.407'],
[platform: 'linux', jdk: '17'],
[platform: 'linux', jdk: '21', jenkins: '2.414'],
[platform: 'windows', jdk: '11']
]
)

0 comments on commit 5482cd7

Please sign in to comment.