Skip to content

Commit dd331b6

Browse files
Merge pull request #105 from MarkEWaite/test-with-java-25
2 parents bd212a4 + 9da8cbc commit dd331b6

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
@@ -1,5 +1,5 @@
11
// Builds the plugin using https://github.com/jenkins-infra/pipeline-library
22
buildPlugin(useContainerAgent: true, configurations: [
3-
[ platform: 'windows', jdk: '17'],
4-
[ platform: 'linux', jdk: '21']
3+
[ platform: 'windows', jdk: 21],
4+
[ platform: 'linux', jdk: 25]
55
])

0 commit comments

Comments
 (0)