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 e242079 commit f6a564aCopy full SHA for f6a564a
Jenkinsfile
@@ -1 +1,5 @@
1
-buildPlugin(useAci: true)
+def configurations = [
2
+ [ platform: "linux", jdk: "11" ]
3
+]
4
+
5
+buildPlugin(failFast: false, configurations: configurations)
0 commit comments