Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can we specify the name of the remote agent when executing the jar file?

xil355 September 12, 2018

As the question states, I'd like a way to pass an option to set the name of the agent, so that I don't have to manually do it every time in the Bamboo Server. 

We're currently using Docker to run the agent in a container; so it's setting the name as a unique identifier for the container, by default.

1 answer

1 accepted

2 votes
Answer accepted
edwin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 12, 2018

Hi @xil355,

You can either run the container with

--hostname 

or modify 

bamboo-agent-home/bamboo-agent.cfg.xml
<agentDefinition>
<id>1114113</id>
<name>agent</name>
<description>Remote agent on host agent</description>
</agentDefinition> 

For example here I used

--hostname agent

Screen Shot 2018-09-12 at 2.32.57 PM.png

xil355 September 12, 2018

Thank you, the container --hostname sounds like it would work.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events