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 f8787b9 commit 52a533cCopy full SHA for 52a533c
Jenkinsfile
@@ -1,4 +1,8 @@
1
#!/usr/bin/env groovy
2
3
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
4
-buildPlugin(jdkVersions: [11])
+buildPlugin(
5
+ useContainerAgent: true,
6
+ configurations: [
7
+ [platform: 'linux', jdk: 11],
8
+])
0 commit comments