Skip to content

Commit

Permalink
chore(build): Tests on JDK21. (#169) (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Sep 11, 2023
1 parent cc0551e commit f9622b9
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 f9622b9

Please sign in to comment.