Bamboo 4.4 : Locating important directories and files

The information on this page describes how to find important Bamboo directories and files.

Bamboo server installation directory

When you installed your Bamboo server, you specified the location for the Bamboo installation directory — this is the directory where the Bamboo application files are installed. (The default location depends on your operating system: Windows, Unix/Linux, Solaris or Mac OS.)

webapp/WEB-INF/classes/bamboo-init.propertiesThis file tells Bamboo where to find the Bamboo home directory. The location of this directory is specified by the Bamboo administrator as described in the Bamboo installation guide, and can be viewed as described in Viewing Bamboo's System Information.
bamboo.sh *This is the startup file for Bamboo under Unix/Linux, Solaris and Mac OS.
bamboo.bat *This is the startup file for the Bamboo under Windows.
bamboo.pid *This file, under Linux, contains the Process ID for the running instance of Bamboo.
conf/wrapper.conf *This file is used to configure Bamboo on startup, when using the Java Service wrapper under Linux or Windows.
scripts/This directory contains operational scripts, including scripts for CVS and SVN triggers.
wrapper/*This directory contains the necessary files to start Bamboo using the Java Service wrapper (see the Mac and Linux installation guides).
logs/*This directory contains logs (atlassian-bamboo.log) written by the Java Service wrapper, unless you have used the Installer for Windows. (Note: The Bamboo server logs are written to the root of the installation directory. Build logs are stored in the xml-data/builds/ sub-directories.)
(warning) If you used the Installer for Windows, log files will be located at %USERPROFILE%\bamboo.log. For Bamboo running as a Windows service it can be found at %WINDIR%\System32\Config\systemprofile\bamboo.log.
webapp/This directory  contains all the Bamboo server application files.
webapp/WEB-INF/lib/This directory is used when deploying Bamboo add-ons. It also contains other libraries required by Bamboo.
webapp/WEB-INF/classes/log4j.propertiesThis is Bamboo's logging configuration file.
webapp/WEB-INF/classes/jetty.xml *This is the configuration file for Jetty, the application server that is bundled with Bamboo distribution.

* This applies to the Bamboo distribution. The configuration may differ for the Bamboo EAR-WAR distribution.

 

Bamboo server home directory

When you installed your Bamboo server, you specified the location for the Bamboo home directory — This is the directory where your Bamboo configuration data and build results are stored. (The default location depends on your operating system: Windows, Unix/Linux, Solaris or Mac OS.) This directory can grow quite large when managing large quantities of plans and builds.

artifacts/PLAN_KEY/shared/build-BUILD_NUMBER/This is a folder shared by all the stages of a certain plan. Stages will place Artifacts here so that other stages from the same plan can have access to them. The  BUILD_NUMBER will always have a minimum of 5 digits, having the number completed with zeros when necessary. For instance, for build "42" the number will be "00042".
bamboo.cfg.xmlThis is Bamboo's core configuration file. It includes the configuration information for connecting to Bamboo's database.
xml-data/This directory contains all files relating to source repositories and build results.
xml-data/build-dir/JOB_KEYThis is known as the Working Directory. This 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 in Specifying Bamboo's Working Directory.
xml-data/builds/This is known as the Build Directory. This is where Bamboo stores build results (note that they will be deleted as described in Configuring global build results expiry). The location of this directory was specified using the Setup Wizard, and can be viewed as described in Viewing Bamboo's System Information. Its contents can be backed up as per Exporting data for backup.
xml-data/builds/JOB_KEY/resultsContains the build results for all the builds belonging to the JOB_KEY plan. Each build result is an individual XML file. Do not edit these files or the corresponding information in the database may become corrupt.
xml-data/builds/JOB_KEY/download-dataContains the logs for each build belonging to the JOB_KEY plan.
xml-data/configuration/This is known as the Configuration Directory. It contains server-wide configuration information. The location of this directory was specified via the Setup Wizard, and can be viewed as described in Viewing Bamboo's System Information. Its contents can be backed up as per Exporting data for backup.
database/This directory contains Bamboo's embedded HSQL database. The database contains plan configurations and some build results data.
index/This directory contains the build results index. Removing or modifying files in this directory may corrupt build history. Rebuilding the search index from Bamboo's global administration screen (see Optimising or re-indexing data) will completely regenerate the contents of this directory.
logs/*

This directory contains logs (bamboo.log) written by the Java Service wrapper, unless you have used the Installer for Windows. (Note: The Bamboo server logs are written to the root of the installation directory. Build logs are stored in the xml-data/builds/ sub-directories.)
(warning) If you used the Installer for Windows, log files will be located at %USERPROFILE%\bamboo.log. For Bamboo running as a Windows service it can be found at %WINDIR%\System32\Config\systemprofile\bamboo.log.

(warning)The difference between ../logs/atlassian-bamboo.log (located in the Bamboo home directory) and the ../logs/bamboo.log (located in the Bamboo Installation directory) is that the last one (bamboo.log) gets recreated when the Bamboo instance gets restarted.

Bamboo agent home directory

When you installed your remote agents (if any), you specified the location for the Agent home directory — this is the directory where the agent's configuration data is stored. The default name of this directory is  bamboo-agent-home. (The default location depends on your operating system: Windows, Unix/Linux, Solaris or Mac OS.) This directory can grow quite large when managing large numbers of plans and builds. 

The contents of the agent home directory are:

bamboo-agent.cfg.xmlThis contains configuration information about this remote agent. Most notably, it stores the agent id, which gets generated the first time this agent connects to the Bamboo server.
xml-data/build-dir/This is where the agent will check out the files and perform builds (similar to the Bamboo server's xml-data/build-dir/ directory)