Skip to content

Commit

Permalink
Simplify test matrix (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 12, 2023
1 parent 4fd9eb5 commit e283b8e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* allowing one to test against multiple Jenkins versions.
*/
buildPlugin(timeout: 15, useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17' ],
[ platform: 'linux', jdk: '21' ]
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])

0 comments on commit e283b8e

Please sign in to comment.