Skip to content

Commit

Permalink
Merge pull request #164 from NotMyFault/update-jenkinsfile
Browse files Browse the repository at this point in the history
Switch from deprecated `useAci` syntax to `useContainerAgent`
  • Loading branch information
olamy authored Nov 25, 2022
2 parents 8f43815 + 2c7e0af commit 67cb3cf
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
@@ -1,4 +1,4 @@
buildPlugin(configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'windows', jdk: '8']
], useAci: true)
], useContainerAgent: true)

0 comments on commit 67cb3cf

Please sign in to comment.