Skip to content

Commit ababff5

Browse files
committed
add job timeout param
1 parent 617b718 commit ababff5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure/common/deploy-stage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,17 @@ parameters:
7474
type: string
7575
- name: agent_pool
7676
type: string
77+
- name: job_timeout_in_minutes
78+
type: number
79+
default: 60
7780

7881
stages:
7982
- stage: ${{ parameters.stage_name }}
8083
dependsOn: ${{ parameters.depends_on }}
8184
jobs:
8285
- deployment: deploy
8386
environment: ${{ parameters.environment }}
87+
timeoutInMinutes: ${{ parameters.job_timeout_in_minutes }}
8488
pool:
8589
name: ${{ parameters.agent_pool }}
8690
workspace:

0 commit comments

Comments
 (0)