mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-1216: Change the url to fetch Jira buildNumber for OBR compatability
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
atl_product_family: "jira"
|
||||
atl_product_edition: "jira-software"
|
||||
atl_product_user: "jira"
|
||||
atl_product_version: "7.13.1"
|
||||
# Version 8.14.0 is chosen deliberately as it is a version where jira and jira-software returns different buildNumber from MPAC
|
||||
# See DCD-1216 for context
|
||||
atl_product_version: "8.14.0"
|
||||
atl_install_jsd_as_obr: true
|
||||
atl_systemd_service_name: "jira.service"
|
||||
atl_jdbc_encoding: 'UNICODE'
|
||||
@@ -20,7 +22,7 @@
|
||||
- name: Seed version
|
||||
copy:
|
||||
dest: '/media/atl/jira/shared/jira-core.version'
|
||||
content: "7.13.1"
|
||||
content: "8.14.0"
|
||||
force: false # For idempotency check
|
||||
roles:
|
||||
- role: linux_common
|
||||
|
||||
Reference in New Issue
Block a user