mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITSD-94667 Fix the check of files for obr
This commit is contained in:
@@ -8,18 +8,18 @@
|
||||
# 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_product_download_url: "https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-8.14.0.tar.gz"
|
||||
|
||||
# This tests for an edge case where the product URL and OBR are source from a provided URL.
|
||||
# Although marketplace (mpac) is used in this example, this could potentially be in a non mpac url.
|
||||
# In this case it would not be possible to query atl_jsd_build_info to source the atl_jsd_build. One is therefore provided.
|
||||
atl_install_jsd_as_obr: true
|
||||
atl_source_obr_from_marketplace: false
|
||||
atl_jsd_build: "8.14.0"
|
||||
atl_product_download_url: "https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-8.14.0.tar.gz"
|
||||
atl_jsd_build: "4.14.0"
|
||||
atl_obr_download_url: "https://marketplace.atlassian.com/download/apps/1213632/version/1040180000"
|
||||
# When using a tarball the following are also required:
|
||||
atl_use_system_jdk: true
|
||||
atl_download_format: "tarball"
|
||||
atl_use_system_jdk: true
|
||||
|
||||
atl_systemd_service_name: "jira.service"
|
||||
atl_jdbc_encoding: 'UNICODE'
|
||||
|
||||
Reference in New Issue
Block a user