Skip to content

Commit

Permalink
chore(build): Tests on JDK21. (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Sep 11, 2023
1 parent 0b9c746 commit dd89876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 21], // Linux first for coverage report on ci.jenkins.io
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])

0 comments on commit dd89876

Please sign in to comment.