Skip to content

Commit b95ef88

Browse files
papapapa
authored andcommitted
updated jenkinsfile to test with supported Java versions (17 and 21)
1 parent e6f26f2 commit b95ef88

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
@@ -5,7 +5,7 @@ buildPlugin(
55
useContainerAgent: true,
66
failFast: false,
77
configurations: [
8-
[platform: 'linux', jdk: 11],
98
[platform: 'linux', jdk: 17],
10-
[platform: 'windows', jdk: 11],
9+
[platform: 'linux', jdk: 21],
10+
[platform: 'windows', jdk: 17],
1111
])

0 commit comments

Comments
 (0)