mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
correceted url in uri module
This commit is contained in:
committed by
Steve Smith
parent
6f78418b57
commit
989167efcb
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
- name: Invoke Import API
|
- name: Invoke Import API
|
||||||
uri:
|
uri:
|
||||||
url: "{{ atl_bitbucket_dataset_url }}/rest/api/1.0/migration/imports"
|
url: "{{ atl_bitbucket_baseurl }}/rest/api/1.0/migration/imports"
|
||||||
user: admin
|
user: admin
|
||||||
password: "{{ atl_bitbucket_admin_password }}"
|
password: "{{ atl_bitbucket_admin_password }}"
|
||||||
method: POST
|
method: POST
|
||||||
@@ -33,8 +33,8 @@
|
|||||||
until: output.status == 200
|
until: output.status == 200
|
||||||
retries: 6
|
retries: 6
|
||||||
delay: 15
|
delay: 15
|
||||||
#failed_when: output.json.state != 'INITIALISING'
|
failed_when: output.json.state != 'INITIALISING'
|
||||||
failed_when: "'INITIALISING' not in output.content"
|
#failed_when: "'INITIALISING' not in output.content"
|
||||||
|
|
||||||
- name: get status of import
|
- name: get status of import
|
||||||
debug: var=output
|
debug: var=output
|
||||||
|
|||||||
Reference in New Issue
Block a user