Skip to content

Commit

Permalink
Test Java 11, 17, and 21
Browse files Browse the repository at this point in the history
Signed-off-by: Lehmann_Fabian <[email protected]>
  • Loading branch information
Lehmann-Fabian committed Aug 1, 2024
1 parent 19ec4b6 commit b741a01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 11],
])
[platform: 'windows', jdk: 17],
[platform: 'windows', jdk: 21],
])

0 comments on commit b741a01

Please sign in to comment.