mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
add more debugs
This commit is contained in:
committed by
Steve Smith
parent
4ff1080f29
commit
d8c891a4b2
@@ -34,16 +34,7 @@
|
|||||||
retries: 6
|
retries: 6
|
||||||
delay: 15
|
delay: 15
|
||||||
failed_when: response.response.json.state != 'INITIALISING'
|
failed_when: response.response.json.state != 'INITIALISING'
|
||||||
|
|
||||||
- name: get status of import
|
|
||||||
debug: var=response
|
debug: var=response
|
||||||
ignore_errors: True
|
|
||||||
|
|
||||||
- name: get job id
|
|
||||||
debug: var=response.response.json.state
|
debug: var=response.response.json.state
|
||||||
ignore_errors: True
|
|
||||||
|
|
||||||
- name: get job id
|
|
||||||
debug: var=response.json.id
|
debug: var=response.json.id
|
||||||
ignore_errors: True
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user