Skip to content

Commit

Permalink
Merge pull request #90 from gounthar/jdk21
Browse files Browse the repository at this point in the history
Test with Java 21
  • Loading branch information
jglick authored Jan 3, 2024
2 parents 7738605 + f4b7c1b commit f70571a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
/*
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])

0 comments on commit f70571a

Please sign in to comment.