Skip to content

Commit ead2c01

Browse files
committed
Build on linux only
1 parent aad2029 commit ead2c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ buildPlugin(
77
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
88
configurations: [
99
[platform: 'linux', jdk: 21],
10-
[platform: 'windows', jdk: 17],
10+
[platform: 'linux', jdk: 17],
1111
])

0 commit comments

Comments
 (0)