We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b46ab3 commit a69d5aaCopy full SHA for a69d5aa
Jenkinsfile
@@ -2,5 +2,5 @@ buildPlugin(
2
useContainerAgent: true,
3
configurations: [
4
[platform: 'linux', jdk: 21],
5
- [platform: 'windows', jdk: 17],
+ [platform: 'windows', jdk: 17]
6
])
0 commit comments