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 aad2029 commit ead2c01Copy full SHA for ead2c01
Jenkinsfile
@@ -7,5 +7,5 @@ buildPlugin(
7
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
8
configurations: [
9
[platform: 'linux', jdk: 21],
10
- [platform: 'windows', jdk: 17],
+ [platform: 'linux', jdk: 17],
11
])
0 commit comments