mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 09:53:06 -06:00
Add missing tomcat port in jira status endpoint for ZDU finish
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
post_tasks:
|
post_tasks:
|
||||||
- name: Wait for node to finish startup
|
- name: Wait for node to finish startup
|
||||||
uri:
|
uri:
|
||||||
url: "{{ atl_tomcat_scheme }}://127.0.0.1{{ atl_tomcat_contextpath }}/status"
|
url: "{{ atl_tomcat_scheme }}://127.0.0.1:{{ atl_tomcat_port }}{{ atl_tomcat_contextpath }}/status"
|
||||||
method: GET
|
method: GET
|
||||||
status_code: 200
|
status_code: 200
|
||||||
register: jira_state
|
register: jira_state
|
||||||
|
|||||||
Reference in New Issue
Block a user