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 dbb1b9a commit d15749bCopy full SHA for d15749b
1 file changed
Jenkinsfile
@@ -1,4 +1,5 @@
1
buildPlugin(useContainerAgent: true, configurations: [
2
[ platform: 'windows', jdk: '17' ],
3
[ platform: 'linux', jdk: '21' ],
4
+ [ platform: 'linux', jdk: '25' ],
5
])
0 commit comments