We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ababff5 commit 58be3caCopy full SHA for 58be3ca
3 files changed
azure/common/apigee-deployment.yml
@@ -154,6 +154,9 @@ parameters:
154
- name: agent_pool
155
type: string
156
default: "AWS-ECS"
157
+ - name: job_timeout_in_minutes
158
+ type: number
159
+ default: 60
160
161
162
extends:
azure/common/pr.yml
@@ -59,6 +59,9 @@ parameters:
59
60
61
62
63
64
65
66
stages:
67
- ${{ if eq(parameters.environment, 'manual-approval') }}:
azure/common/release.yml
@@ -64,6 +64,9 @@ parameters:
68
69
70
71
72
0 commit comments