Bamboo remote agent installation guide
1. Enable remote agent support
- From the Bamboo header select > Build resources > Agents.
- Select either Enable Remote Agent Support or Disable Remote Agent Support.
For more information on enabling and disabling remote agent support, see Disabling and enabling remote agents support.
2. Download and install the remote agent
- Create a directory on the agent machine (e.g.
bamboo-agent-home
) to serve as the Bamboo agent home for the remote agent. - From the Bamboo header select > Build resources > Agents.
- The Agents screen displays showing the lists of all remote agents that currently exist on your Bamboo system.
- If not already enabled, select the Enable remote agent support link.
- Select Install remote agent. The Installing a remote agent screen will display.
- Select DOWNLOAD Remote Agent JAR and save the JAR file to the directory on the agent machine that you created above.
- Copy the command under Running a Remote Agent to the clipboard for use in Step 3 that follows.
3. Launch the remote agent
Once installed, run the remote agent by executing the command line obtained above. This command will look something like this:
java -jar atlassian-bamboo-agent-installer-X.X-SNAPSHOT.jar http://bamboo-host-server:8085/bamboo/agentServer/
Where X.X represents your Bamboo version number.
If you are having issues launching the agent, then take a look at our troubleshooting guide.
The name of the .jar
file (for example, atlassian-bamboo-agent-installer-5.4-SNAPSHOT.jar)
will vary depending on the version of Bamboo you are running.
You can run the remote agent with a number of additional command line parameters. Configuration options include remote agent data storage, capability detection and logging, suppression of self-signed certificate and running without the Remote Agent Supervisor or with different start-up commands.
See Additional remote agent options for more information.
4. Configure the remote agent's capabilities
All remote agents feature a capability that can be defined. Examples include an executable, such as Maven, a JDK, a DVCS client or a custom capability. They typically define the path to an executable that has already been installed, and must be defined in Bamboo before Bamboo or its agents can make use of them.
Capabilities can be defined specifically for an agent, or shared between all remote agents.
See Configuring capabilities for more on defining capabilities.