Skip to content

Commit

Permalink
Test with Java 21 (#736)
Browse files Browse the repository at this point in the history
* Add a JDK21 Jenkinsfile for ci.jenkins.io

* Update Jenkinsfile
  • Loading branch information
gounthar authored Oct 2, 2023
1 parent f62ec0a commit 86f19ae
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 86f19ae

Please sign in to comment.