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