Skip to content

Commit 889e2bf

Browse files
authored
Test with Java 25 and Java 21 (jenkinsci#221)
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 5e7be70 commit 889e2bf

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
@@ -6,6 +6,6 @@ buildPlugin(
66
forkCount: '1C', // Run parallel tests on ci.jenkins.io for lower costs, faster feedback
77
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
88
configurations: [
9-
[platform: 'linux', jdk: 21],
10-
[platform: 'windows', jdk: 17],
9+
[platform: 'linux', jdk: 25],
10+
[platform: 'windows', jdk: 21],
1111
])

0 commit comments

Comments
 (0)