We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d622489 commit 834ada1Copy full SHA for 834ada1
1 file changed
azure/common/apigee-build.yml
@@ -30,13 +30,16 @@ parameters:
30
- name: python_version
31
type: string
32
default: "3.8"
33
+ - name: agent_pool
34
+ type: string
35
+ default: "AWS-ECS"
36
37
jobs:
38
- job: build
39
displayName: Build & Test
40
timeoutInMinutes: 30
41
pool:
- name: 'AWS-ECS'
42
+ name: ${{ parameters.agent_pool }}
43
workspace:
44
clean: all
45
variables:
0 commit comments