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