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 bd212a4 + 9da8cbc commit dd331b6Copy full SHA for dd331b6
Jenkinsfile
@@ -1,5 +1,5 @@
1
// Builds the plugin using https://github.com/jenkins-infra/pipeline-library
2
buildPlugin(useContainerAgent: true, configurations: [
3
- [ platform: 'windows', jdk: '17'],
4
- [ platform: 'linux', jdk: '21']
+ [ platform: 'windows', jdk: 21],
+ [ platform: 'linux', jdk: 25]
5
])
0 commit comments