mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 08:03:19 +02:00
try other other syntax
This commit is contained in:
@@ -17,7 +17,7 @@ stages:
|
|||||||
- stage: NotifyFailure
|
- stage: NotifyFailure
|
||||||
condition: failed()
|
condition: failed()
|
||||||
variables:
|
variables:
|
||||||
MyStatus: $[variables['Agent.JobStatus']]
|
MyStatus: $[variables.Agent.JobStatus]
|
||||||
jobs:
|
jobs:
|
||||||
- job: notify_release_build_failure
|
- job: notify_release_build_failure
|
||||||
pool:
|
pool:
|
||||||
|
|||||||
Reference in New Issue
Block a user