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 e6f26f2 commit b95ef88Copy full SHA for b95ef88
Jenkinsfile
@@ -5,7 +5,7 @@ buildPlugin(
5
useContainerAgent: true,
6
failFast: false,
7
configurations: [
8
- [platform: 'linux', jdk: 11],
9
[platform: 'linux', jdk: 17],
10
- [platform: 'windows', jdk: 11],
+ [platform: 'linux', jdk: 21],
+ [platform: 'windows', jdk: 17],
11
])
0 commit comments