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.
2 parents 7e985db + e6ac008 commit 30603bcCopy full SHA for 30603bc
Jenkinsfile
@@ -1 +1,4 @@
1
-buildPlugin()
+buildPlugin(useContainerAgent: true, configurations: [
2
+ [platform: 'linux', jdk: 17],
3
+ [platform: 'windows', jdk: 11],
4
+])
0 commit comments