Skip to content

Commit

Permalink
Update Jenkinsfile syntax (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jun 28, 2023
1 parent 4560e7f commit a3be90a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
buildPlugin(
useAci: true,
failFast: false,
configurations: buildPlugin.recommendedConfigurations()
)
useContainerAgent: true,
failFast: false,
configurations: [
[platform: 'linux', jdk: 8],
[platform: 'windows', jdk: 8],
])

0 comments on commit a3be90a

Please sign in to comment.