[Bamboo Knowledge Base]
The Working Directory is where Bamboo temporarily puts the checked-out files it is building. The location of this directory was specified using the Setup Wizard, can be viewed as described in Viewing Bamboo's System Information, and can be changed as described below.
By default, this directory is located under the xml-data
directory in the Bamboo home directory.
Each build's jobs have their own working directory relative to this configured working directory:
xml-data/build-dir/
JOB_KEY
To change the location of Bamboo's working directory:
Open the <Bamboo-Home>/bamboo.cfg.xml file in a text editor. Find the following line -
.... <property name="buildWorkingDir">/home/Bamboo-home/xml-data/build-dir</property> ....