Configuring shared home location

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

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 Dec 15, 2021

Was this helpful?

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