mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
change to resonse.json.X
This commit is contained in:
committed by
Steve Smith
parent
077fd0511b
commit
69907ad570
@@ -33,19 +33,19 @@
|
||||
until: response.status == 200
|
||||
retries: 6
|
||||
delay: 15
|
||||
failed_when: response[item].json.state != 'INITIALISING'
|
||||
failed_when: response.json.state != 'INITIALISING'
|
||||
|
||||
- name: get status of import
|
||||
debug: var=response
|
||||
|
||||
|
||||
- name: get job id
|
||||
debug: var=response[item].json.state
|
||||
debug: var=response.json.state
|
||||
with_items: "{{ response }}"
|
||||
|
||||
|
||||
- name: get job id
|
||||
debug: var=response[item].json.id
|
||||
debug: var=response.json.id
|
||||
with_items: "{{ response }}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user