DCD-224: Add lookup table for appropriate ServiceDesk version depending on the Jira major version.

This commit is contained in:
Steve Smith
2019-04-30 11:21:28 +10:00
parent c36a31863c
commit efc14025ea
10 changed files with 140 additions and 5 deletions

View File

@@ -25,5 +25,20 @@ atl_tomcat_redirectport: ""
atl_tomcat_scheme: "http"
atl_tomcat_secure: "false"
atl_servicedesk_latest_version_url: "https://marketplace.atlassian.com/rest/2/products/key/jira-servicedesk/versions/latest"
# 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"