mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-02 01:03:17 -06:00
allowing the display name to be overridden by an environment variable
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
atl_bitbucket_display_name: "{{ lookup('env', 'ATL_BITBUCKET_DISPLAY_NAME') or 'Bitbucket' }}"
|
||||||
atl_bitbucket_license_key: "{{ lookup('env', 'ATL_BB_LICENSEKEY') }}"
|
atl_bitbucket_license_key: "{{ lookup('env', 'ATL_BB_LICENSEKEY') }}"
|
||||||
atl_bitbucket_properties_raw: "{{ lookup('env', 'ATL_BITBUCKET_PROPERTIES') }}"
|
atl_bitbucket_properties_raw: "{{ lookup('env', 'ATL_BITBUCKET_PROPERTIES') }}"
|
||||||
atl_bitbucket_properties: "{{ atl_bitbucket_properties_raw.split(' ') | reject('equalto', '') | list }}"
|
atl_bitbucket_properties: "{{ atl_bitbucket_properties_raw.split(' ') | reject('equalto', '') | list }}"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ plugin.search.elasticsearch.aws.region={{ atl_aws_region }}
|
|||||||
plugin.search.elasticsearch.username={{ atl_elasticsearch_username }}
|
plugin.search.elasticsearch.username={{ atl_elasticsearch_username }}
|
||||||
plugin.search.elasticsearch.password={{ atl_elasticsearch_password }}
|
plugin.search.elasticsearch.password={{ atl_elasticsearch_password }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
setup.displayName=Bitbucket
|
setup.displayName={{ atl_bitbucket_display_name }}
|
||||||
setup.baseUrl = {{ atl_bitbucket_baseurl }}
|
setup.baseUrl = {{ atl_bitbucket_baseurl }}
|
||||||
setup.license={{ atl_bitbucket_license_key }}
|
setup.license={{ atl_bitbucket_license_key }}
|
||||||
setup.sysadmin.username=admin
|
setup.sysadmin.username=admin
|
||||||
|
|||||||
Reference in New Issue
Block a user