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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,643,428
Community Members
 
Community Events
196
Community Groups

How to configure remote agent capabilities using bamboo-capabilities.properties

This article intends to provide an alternative way to configure the remote agents capabilities not documented in Configuring remote agent capabilities using bamboo-capabilities.properties document.

  1. Shut down the remote agent
  2. Create a file named bamboo-capabilities.properties in the current runtime directory (i.e. <bamboo-agent-home>/bin) on the agent machine.
  3. Edit the bamboo-capabilities.properties file to add capabilities.
  4. Each capability declaration will have the following format:
    <Capability_key>.<Capability_Label>=<Path>

    <Capability_key>: Define the capability type.
    If you don't know it you can follow the steps to discover it down below.
    <Capability_Label>: Define the name shown in the UI for this capability. Tasks that reference this capability will also show this name.
    This name is defined by you and should be the same for every agent that has the same capability resource in the same version. It will simplify the references to it in builds.
    <Path>: The path where the capability can be found in that specific agent. This path will be different depending on each agent you have.

    e.g.
    system.builder.node.Node.js\ 0.12=/opt/node-0.12/bin/node
  5. Each capability should be declared in a different line o the properties file.

How to define the capability_key?

  1. Find a similar capability configured in your Bamboo server. If you don't have one, configure it manually.
  2. After created, hover the mouse over it and check the status bar of your browser to get the capability key.

Local_agent_-_Default_Agent_-_Atlassian_Bamboo_-_Vivaldi.png

Using the example above, the entry in bamboo-capabilities.properties would be:

system.builder.vstestconsole.My\ VSTest\ Runner=C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE\\CommonExtensions\\Microsoft\\TestWindow\\vstest.console.exe.

⚠️ The "+" signs in the capability_key need to be changed to "\ " (scaped spaces - backslash followed by a space).
Any backslash in the path should also be escaped with another backslash.

 

 

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events