Skip to content

Commit

Permalink
Merge pull request #297 from gounthar/jdk21
Browse files Browse the repository at this point in the history
Test with Java 21
  • Loading branch information
jglick authored Oct 3, 2023
2 parents e7b140c + 3e66463 commit 67fffae
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,6 +1,12 @@
/*
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
useContainerAgent: true,
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])

0 comments on commit 67fffae

Please sign in to comment.