Skip to content

Commit

Permalink
chore: revert back to 'useContainerAgent' for CI pipeline (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Sep 24, 2021
1 parent 1605d13 commit 65a4f98
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(useAci: true, configurations: [
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'windows', jdk: '8'],
[platform: 'linux', jdk: '11', jenkins: "2.277", javaLevel: 8]
Expand Down

0 comments on commit 65a4f98

Please sign in to comment.