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