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 8846fdd + c1b1577 commit 3ba253bCopy full SHA for 3ba253b
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