Configuring shared home location
BAMBOO 8.0 EARLY ACCESS PROGRAM
When using Bamboo with multiple nodes, you must define a path to the shared home location.
To define a path to shared home:
- Use one of the following methods:
JVM Property:
Dbamboo.shared.home=<path>
Environment Variable:
export BAMBOO_SHARED_HOME=<path>
Application property in
bamboo-init.properties
:Go to
atlassian-bamboo/WEB-INF/classes/.
In the
bamboo-init.properties
file, set the following property:bamboo.shared.home=<path>
If you don't define a custom shared home location, Bamboo will use the following path: {bamboo.home}/shared
Last modified on Jul 23, 2021
Powered by Confluence and Scroll Viewport.