We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e557fe6 commit 7b0e43dCopy full SHA for 7b0e43d
Jenkinsfile
@@ -1,6 +1,7 @@
1
buildPlugin(
2
useContainerAgent: true,
3
configurations: [
4
+ [platform: 'linux', jdk: 11],
5
[platform: 'linux', jdk: 21],
6
[platform: 'windows', jdk: 17],
7
])
0 commit comments