How to use a bamboo variable inside a SSH Task?

Chaminda September 22, 2017

I have an SSH Task in my bamboo plan. Inside that, I need to check a bamboo plan variable. How can I do that?

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 25, 2017

Hi Chaminda,

 

If you want to check your variables you can

  1. add a script task inside your build plan and run 'env' as part of the script
  2. Run the build and

    this will print all the environment variables to the logs

     

If it's a bamboo variable that you're looking for (i.e. not a custom one) you can check the Bamboo variables knowledge base article.

There's a list of variables available by default in bamboo inside that page.

Cheers,

Branden

 

 

 

Suggest an answer

Log in or Sign up to answer