Skip to content

Commit d0f2b0b

Browse files
authored
Merge pull request #56 from jenkinsci/jdk17
build with jdk17
2 parents e6f3a0f + 93e6298 commit d0f2b0b

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,5 +2,5 @@ buildPlugin(
22
forkCount: '1C',
33
useContainerAgent: true,
44
configurations: [
5-
[platform: 'linux', jdk: 11]
6-
])
5+
[platform: 'linux', jdk: 17]
6+
])

0 commit comments

Comments
 (0)