Skip to content

Commit

Permalink
Downgrade windows to Java 11 for CI (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Nov 25, 2023
1 parent 37fadcd commit f1673cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Windows controller tests crash with unexpected errors
buildPlugin(useContainerAgent: true, forkCount: '0.5C', timeout: 360, configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
// Windows fails on >11 https://github.com/jenkinsci/configuration-as-code-plugin/pull/2392#issuecomment-1826296308
[platform: 'windows', jdk: 11],
])

0 comments on commit f1673cf

Please sign in to comment.