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 2d9942f + f7d1844 commit 24b3d98Copy full SHA for 24b3d98
Jenkinsfile
@@ -6,4 +6,4 @@ def configurations = [
6
[ platform: "linux", jdk: "17", jenkins: null ],
7
[ platform: "windows", jdk: "17", jenkins: null ]
8
]
9
-buildPlugin(configurations: configurations)
+buildPlugin(useContainerAgent: true, configurations: configurations)
0 commit comments