Skip to content

Commit

Permalink
Build on container agents (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jun 19, 2023
1 parent 877fdc2 commit 8b3d879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def configurations = [
[ platform: "linux", jdk: "17", jenkins: null ],
[ platform: "windows", jdk: "17", jenkins: null ]
]
buildPlugin(configurations: configurations)
buildPlugin(useContainerAgent: true, configurations: configurations)

0 comments on commit 8b3d879

Please sign in to comment.