mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
add correct json keys
This commit is contained in:
committed by
Steve Smith
parent
67741367b9
commit
1156dd188d
@@ -33,11 +33,11 @@
|
|||||||
until: response.status == 200
|
until: response.status == 200
|
||||||
retries: 6
|
retries: 6
|
||||||
delay: 15
|
delay: 15
|
||||||
failed_when: response['state'] != 'INITIALISING'
|
failed_when: response['response']['json']['state'] != 'INITIALISING'
|
||||||
|
|
||||||
- name: get status of import
|
- name: get status of import
|
||||||
debug: var=response
|
debug: var=response
|
||||||
|
|
||||||
- name: get job id
|
- name: get job id
|
||||||
debug: var=response['id']
|
debug: var=response['response']['json']['id']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user