We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424ffe5 commit 9565410Copy full SHA for 9565410
Jenkinsfile
@@ -1,4 +1,5 @@
1
-buildPlugin(timeout: 120, useContainerAgent: true, configurations: [
2
- [ platform: 'windows', jdk: '11'],
3
- [ platform: 'linux', jdk: '11']
+buildPlugin(
+ configurations: [
+ [platform: 'linux', jdk: 21],
4
+ [platform: 'windows', jdk: 17],
5
])
0 commit comments