Skip to content

Commit 66e5e0f

Browse files
authored
Test with Java 25 and Java 21 (#823)
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 3c0f8c9 commit 66e5e0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)