Skip to content

Commit d0e563b

Browse files
authored
Test with Java 25 and Java 21 (#147)
Java 25 released September 16, 2025. The Jenkins project wants to support Java 25 soon. Compile and test on ci.jenkins.io with Java 25 and Java 21. Intentionally continues to generate Java 17 byte code as configured by the plugin parent pom. Testing done: * Confirmed that automated tests pass with Java 25
1 parent e939cb0 commit d0e563b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
44
buildPlugin(useContainerAgent: true, configurations: [
5-
[platform: 'linux', jdk: 21],
6-
[platform: 'windows', jdk: 17],
5+
[platform: 'linux', jdk: 25],
6+
[platform: 'windows', jdk: 21],
77
])

0 commit comments

Comments
 (0)