We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001a2ca commit 918aba0Copy full SHA for 918aba0
1 file changed
Jenkinsfile
@@ -1,5 +1,5 @@
1
// Windows controller tests crash with unexpected errors
2
buildPlugin(useContainerAgent: true, forkCount: '0.5C', timeout: 360, configurations: [
3
- [platform: 'linux', jdk: 21],
4
- [platform: 'windows', jdk: 17],
+ [platform: 'linux', jdk: 25],
+ [platform: 'windows', jdk: 21],
5
])
0 commit comments