We are deploying a set of remote agents, but they appear in the Agents page as their hostname. is there a way (maybe the bamboo-capabilties.properties file) for the remote agent to set a more friendly name (such as 'QA Build host engine 2')?
You can change the agent name by editing <name> tag in bamboo-agent.cfg.xml located in Bamboo agent home.
Thanks - Can I set this from the installer rather than post editing the file?
You can try supplying a partially filled-in bamboo-agent.cfg.xml, but I think it's better to edit it post-install.
The file is only created after bamboo is started for the first time, so editing it post install is not possible. If a file with only the following in is created, will bamboo fill in the rest?
<configuration>
<agentDefinition>
<name>my-agent-name</name>
</agentDefinition>
</configuration>
It looks like you're new here. Sign in or register to get started.