Skip to content

Commit 31a3b65

Browse files
Merge pull request #66 from MarkEWaite/stop-testing-java-11
Stop testing Java 11
2 parents 88f403c + ed637d9 commit 31a3b65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// Builds the plugin using https://github.com/jenkins-infra/pipeline-library
22
buildPlugin(useContainerAgent: true, configurations: [
3-
// Test the minimum required Jenkins Version.
4-
[ platform: 'linux', jdk: '11'],
53
[ platform: 'windows', jdk: '17'],
64
[ platform: 'linux', jdk: '21']
75
])

0 commit comments

Comments
 (0)