How to access Bamboo agent system properties ?

mnsanghvi May 15, 2014

In Bamboo, an agent has its properties listed on the System Properties tab. How can that information

be accessed in a plan ? I can get ${system.os.name}, but what about getting the host name, which is one of the

properties listed on that page ? How would I get that ?

1 answer

0 votes
Felipe Kraemer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 15, 2014

Hello Mehul,

In Linux/Mac systems, echoing $HOSTNAME in the Terminal will tell you the computer name.

In Windows systems, echoing %computername% in the Command Prompt will tell you the computer name.

Basically, every system variable that can be echoed in Terminal or Command Prompt can be retrieved in Bamboo.

So, in Bamboo, it would be just a matter of using ${system.HOSTNAME} or ${system.computername}.

Kind regards,
Felipe Kraemer
Atlassian Support

mnsanghvi May 17, 2014

Thanks for the response. I will try it out over the weekend.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events