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 de2442c commit 62cad70Copy full SHA for 62cad70
Jenkinsfile
@@ -1 +1,4 @@
1
-buildPlugin()
+buildPlugin(useContainerAgent: true, configurations: [
2
+ [platform: 'linux', jdk: 17],
3
+ [platform: 'windows', jdk: 11],
4
+])
0 commit comments