Skip to content

Commit 7dda4ad

Browse files
committed
Try to suppress Windows 2019 builds based on jenkinsci#202 (comment)
1 parent 16ff04d commit 7dda4ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
buildPlugin()
2-
1+
buildPlugin(platforms: [
2+
'linux',
3+
'windows && !windock' // TODO Docker-based tests fail on 2019
4+
])

0 commit comments

Comments
 (0)