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

1 accepted

0 votes
Answer accepted
Jeyanthan I
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 22, 2017

I hope you have defined a plan variable already. That means you will just have to substitute in your SSH command field of your SSH task like below.

${bamboo.yourVariableName}

Where, yourVariableName is the name of the variable that you have defined.

You can also use Inject Variables task, so that you can define multiple variables from a file that is defined in the following format:

variable1=value1

variable2=value2

Bamboo will then allow each variable to be accessed using the bamboo.inject. prefix followed by the key name.

e.g. echo ${bamboo.inject.variable1}
Chaminda September 22, 2017

Thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events