mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITOPSENG-101 split some strings across lines to pass line length linting
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
- name: Get the installer product version info
|
||||
uri:
|
||||
url="https://marketplace.atlassian.com/rest/2/products/key/jira-software/versions/name/{{ atl_product_version }}"
|
||||
return_content=yes
|
||||
url: "https://marketplace.atlassian.com/rest/2/products/key/jira-software/versions/name/{{ atl_product_version }}"
|
||||
return_content: yes
|
||||
register: atl_product_version_info
|
||||
|
||||
- name: Show the returned build number
|
||||
@@ -12,8 +12,9 @@
|
||||
|
||||
- name: Get the JSD build version info
|
||||
uri:
|
||||
url="https://marketplace.atlassian.com/rest/2/products/key/jira-servicedesk/versions/latest?application=jira&applicationBuild={{ atl_product_version_info.json.buildNumber }}"
|
||||
return_content=yes
|
||||
url: "https://marketplace.atlassian.com/rest/2/products/key/jira-servicedesk/versions/latest?application=\
|
||||
jira&applicationBuild={{ atl_product_version_info.json.buildNumber }}"
|
||||
return_content: yes
|
||||
register: atl_jsd_build_info
|
||||
|
||||
- name: Show the returned obr binary href
|
||||
|
||||
Reference in New Issue
Block a user