Skip to content

Commit a69d5aa

Browse files
Fix Jenkinsfile typo
1 parent 2b46ab3 commit a69d5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ buildPlugin(
22
useContainerAgent: true,
33
configurations: [
44
[platform: 'linux', jdk: 21],
5-
[platform: 'windows', jdk: 17],
5+
[platform: 'windows', jdk: 17]
66
])

0 commit comments

Comments
 (0)