Skip to content

Commit ed637d9

Browse files
committed
Stop testing Java 11
Jenkins stopped supporting Java 11 with the release of Jenkins 2.463 (weekly) and Jenkins 2.479.1 (LTS). Most plugins stopped spending ci.jenkins.io time to run tests that are specific to Java 11. Let's save money and time by removing the Java 11 test configuration. It has not found any issues that are not also found with Java 17 and Java 21. Jenkins plugin BOM still tests with Java 11 on older lines (currently 2.452.x and 2.462.x) and the plugin build will continue to generate Java 11 byte code until the parent pom is upgraded to 5.x and the minimum Jenkins version is upgraded to 2.479.1.
1 parent 88f403c commit ed637d9

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)