We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ff04d commit 7dda4adCopy full SHA for 7dda4ad
Jenkinsfile
@@ -1,2 +1,4 @@
1
-buildPlugin()
2
-
+buildPlugin(platforms: [
+ 'linux',
3
+ 'windows && !windock' // TODO Docker-based tests fail on 2019
4
+])
0 commit comments