Skip to content

Commit

Permalink
plugin 4.52 doesn't support Java 8 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
multani committed Feb 17, 2023
1 parent 8ee9493 commit ab28206
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin(useContainerAgent: true, failFast: false, configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'linux', jdk: '11'],
[platform: 'linux', jdk: '17'],
])

0 comments on commit ab28206

Please sign in to comment.