Skip to content

Commit 52a533c

Browse files
NotMyFaultjetersen
andauthored
Build on container agents (#57)
Co-authored-by: Joseph Petersen <me@jetersen.dev>
1 parent f8787b9 commit 52a533c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env groovy
22

33
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
4-
buildPlugin(jdkVersions: [11])
4+
buildPlugin(
5+
useContainerAgent: true,
6+
configurations: [
7+
[platform: 'linux', jdk: 11],
8+
])

0 commit comments

Comments
 (0)