Skip to content

Commit

Permalink
Building on JDK 21 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy authored Sep 5, 2023
1 parent 4b3d2f5 commit 043cb03
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(useContainerAgent: true, platforms: ['linux'], jdkVersions: [11, 17])
buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21],
])

0 comments on commit 043cb03

Please sign in to comment.