Skip to content

Commit

Permalink
ci: remove java 8 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
res0nance committed Nov 14, 2022
1 parent a9f0991 commit ce32df3
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
@@ -1,6 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: '8'],
//[platform: 'windows', jdk: '8'], Windows seems to be having infra issues re-add it later
[platform: 'linux', jdk: '11'],
[ platform: 'linux', jdk: '17', jenkins: '2.342' ],
[ platform: 'linux', jdk: '17' ],
])

0 comments on commit ce32df3

Please sign in to comment.