Skip to content

Commit a537ff4

Browse files
authored
Use ACI for Windows Docker Test Cases (jenkinsci#222)
1 parent aae88ef commit a537ff4

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(platforms: [
22
'linux',
3-
'windows && !windock' // TODO Docker-based tests fail on 2019
3+
'maven-windows' // 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)