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