Skip to content

Commit

Permalink
Updated Jenkinsfile syntax (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jun 28, 2023
1 parent 9ff13b6 commit fef4056
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
buildPlugin(configurations: buildPlugin.recommendedConfigurations())
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 8],
[platform: 'windows', jdk: 8],
])

0 comments on commit fef4056

Please sign in to comment.