mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Rework of ServiceDesk handling to deal with more corner-cases, and limit it to the product_download role.
This commit is contained in:
@@ -24,21 +24,3 @@ atl_tomcat_protocol: "HTTP/1.1"
|
||||
atl_tomcat_redirectport: ""
|
||||
atl_tomcat_scheme: "http"
|
||||
atl_tomcat_secure: "false"
|
||||
|
||||
# As SD releases need to be mapped to a Jira release, and there's now
|
||||
# straightforward way of doing this via the Marketplace REST API we do
|
||||
# a course mapping here and rely on UPM to prompt to upgrade to the
|
||||
# latest. See:
|
||||
#
|
||||
# https://marketplace.atlassian.com/apps/1213632/jira-service-desk/version-history
|
||||
#
|
||||
# for version details.
|
||||
atl_servicedesk_download_map:
|
||||
'8':
|
||||
version: "4.1.0"
|
||||
url: "https://marketplace.atlassian.com/download/apps/1213632/version/1040010000"
|
||||
'7':
|
||||
version: "3.16.3"
|
||||
url: "https://marketplace.atlassian.com/download/apps/1213632/version/1030160003"
|
||||
|
||||
atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk-{{ atl_servicedesk_version }}.obr"
|
||||
|
||||
Reference in New Issue
Block a user