mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 17:33:06 -06:00
WPTIN-15452 Rovo dev recommendations
This commit is contained in:
@@ -137,8 +137,8 @@
|
|||||||
update plugin_setting set setting_value=regexp_replace(setting_value, %s, %s)
|
update plugin_setting set setting_value=regexp_replace(setting_value, %s, %s)
|
||||||
where namespace = '_GLOBAL' and setting_key = 'atlassian.confluence.settings';
|
where namespace = '_GLOBAL' and setting_key = 'atlassian.confluence.settings';
|
||||||
positional_args:
|
positional_args:
|
||||||
- "\"baseUrl\":.*?,"
|
- "\"baseUrl\":.*?(,|})"
|
||||||
- "\"baseUrl\":\"{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}\","
|
- "\"baseUrl\":\"{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}\"\\1"
|
||||||
when: atl_product_version is version('10.1', '>=')
|
when: atl_product_version is version('10.1', '>=')
|
||||||
|
|
||||||
# For Confluence < 10.1 - use bandana table with XML format
|
# For Confluence < 10.1 - use bandana table with XML format
|
||||||
|
|||||||
Reference in New Issue
Block a user