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.
Jenkinsfile
1 parent 593b602 commit 7007955Copy full SHA for 7007955
Jenkinsfile
@@ -1 +1,5 @@
1
-buildPlugin(useAci: true)
+buildPlugin(useContainerAgent: true, configurations: [
2
+ [ platform: "linux", jdk: "8" ],
3
+ [ platform: "windows", jdk: "8" ],
4
+ [ platform: "linux", jdk: "11" ]
5
+])
0 commit comments