Skip to content

Commit b12970d

Browse files
committed
Use maven-11-windows label in Jenkinsfile
Docker-based tests fail when using Docker on Windows.
1 parent 3f32a17 commit b12970d

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
@@ -1,4 +1,4 @@
11
buildPlugin(useContainerAgent: false, configurations: [
22
[platform: 'linux', jdk: 21],
3-
[platform: 'windows', jdk: 17],
3+
[platform: 'maven-11-windows', jdk: 17] // TODO Docker-based tests fail when using Docker on Windows. The maven-windows agents do not have Docker installed so tests that require Docker are skipped.
44
])

0 commit comments

Comments
 (0)