Hi All,
We have a situation in our Bamboo plan , where we need to do ssh to two different Linux machine based on release branch ( build for older code happens on lets say BuildMachine1 and for new code happens on BuildMachine1 ).
Bamboo Server connect via ssh to build server in order to execute this.
Now for 2 different release we need to connect to 2 different machine ,keeping the jobs/tasks same.
In SSH task, we can over ride SERVER_HOSTNAME , but its not possible to provide password on run time.So in this case somebody has to update all the ssh tasks manually to run build for 2 different branches.
Not at all a good option !!
Can you please help in case we can achieve this in some other way.
Create two different SSH tasks and then use this app Conditional tasks for Bamboo to disable one of it depending on the branch
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.