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

How to pass parameters to the jobs while triggering any job

Suvankar Dey March 19, 2018

Suppose we have one ssh job that  should run in multiple env like ENV-A, ENV-B
Now i want to run the job with parameter ENV-B or ENV-B, if it matches with ENV-A, it will run for ENV-A . Is there any way to use single job for multiple env or we have create separate separate job for multiple env. 

2 answers

0 votes
Jeyanthan I
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 7, 2018

Hi Suvankar,

If your intention is to connect to multiple environments, it is necessary to define multiple ssh tasks to connect to multiple environments preferably in a different job/plan based on your requirement.

If you want to run using the same job, you may use plan variables and define the hostname in *Configure plan -> Variables(tab)*

host= env1hostname

and use this variable in your script task

ssh://${bamboo.host}

Now, you can choose Run customized and give a hostname of your preference to override the hostname variable for that build. See Triggering a plan build manually for more info

0 votes
robhit
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 4, 2018

Hi Suvankar,

Thanks for your question!

I believe the only solution to your problem in my knowledge is by using a script task.

Thanks,

Robhit

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events