Update Jenkinsfile
This commit is contained in:
parent
26038b4163
commit
ea4b7cae0c
|
|
@ -1,6 +1,5 @@
|
|||
// Windows controller tests crash with unexpected errors
|
||||
buildPlugin(useContainerAgent: true, forkCount: '0.5C', timeout: 360, configurations: [
|
||||
[platform: 'linux', jdk: 21],
|
||||
// Windows fails on >11 https://github.com/jenkinsci/configuration-as-code-plugin/pull/2392#issuecomment-1826296308
|
||||
[platform: 'windows', jdk: 11],
|
||||
[platform: 'windows', jdk: 17],
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in New Issue