Skip to content

Commit

Permalink
Merge pull request #134 from MarkEWaite/test-java-17
Browse files Browse the repository at this point in the history
Test Java 17 in addition to Java 11 and Java 8
  • Loading branch information
MarkEWaite authored Apr 6, 2022
2 parents 5447d78 + 77abd70 commit f0119d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin(failFast: false,
configurations: [
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '8'],
[platform: 'linux', jdk: '17', jenkins: '2.342'],
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '8' ],
])

0 comments on commit f0119d6

Please sign in to comment.