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.
2 parents 2f5fe20 + 97d1bb2 commit 10cff03Copy full SHA for 10cff03
Jenkinsfile
@@ -1,6 +1,6 @@
1
buildPlugin(
2
useContainerAgent: true,
3
configurations: [
4
- [platform: 'linux', jdk: 21],
5
- [platform: 'windows', jdk: 17],
+ [platform: 'linux', jdk: 25],
+ [platform: 'windows', jdk: 21],
6
])
0 commit comments