Skip to content

Commit

Permalink
Do not test Java 8 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jan 22, 2023
1 parent 7f7b710 commit ebad597
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// See also https://github.com/jenkins-infra/pipeline-library/pull/145

buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '8' ],
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17' ],
[ platform: 'windows', jdk: '17' ],
])

0 comments on commit ebad597

Please sign in to comment.