Skip to content

Commit

Permalink
Merge pull request #5 from jenkinsci/release
Browse files Browse the repository at this point in the history
Removed JDK 8 from build path in Jenkinsfile
  • Loading branch information
mrdailey99 authored Jan 4, 2023
2 parents fb6a465 + 0090a84 commit d351299
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*/
buildPlugin(useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '8'],
[platform: 'windows', jdk: '11']
])

0 comments on commit d351299

Please sign in to comment.