Skip to content

Commit

Permalink
Merge pull request #66 from MarkEWaite/stop-testing-java-11
Browse files Browse the repository at this point in the history
Stop testing Java 11
  • Loading branch information
strangelookingnerd authored Jan 8, 2025
2 parents 88f403c + ed637d9 commit 31a3b65
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
@@ -1,7 +1,5 @@
// Builds the plugin using https://github.com/jenkins-infra/pipeline-library
buildPlugin(useContainerAgent: true, configurations: [
// Test the minimum required Jenkins Version.
[ platform: 'linux', jdk: '11'],
[ platform: 'windows', jdk: '17'],
[ platform: 'linux', jdk: '21']
])

0 comments on commit 31a3b65

Please sign in to comment.