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:

  1. 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:

    1. Go to atlassian-bamboo/WEB-INF/classes/.

    2. 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 Aug 3, 2021

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.