You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Does Bamboo require agents on the remote servers?
We want to be able to use raw SSH commands without installing any agents on the target machines, does Bamboo support this functionality?
Regards,
Lehlohonolo
If you plan has some SSH commands then Bamboo need Java application called agent to run this command. There're few types of agents like local and remote. Local agent runs as part of Bamboo server inside same JVM. So if you have not busy instance you can execute plan at local agent which will connect to remote host and execute SSH commands configured in plan.
If you have busy Bamboo instance and want to distribute plan management from plan execution you need to run Remote agent at some host and Bamboo Server will send plans for execution to that host. Then Remote agent host will connect by SSH to host you want to run some commands.
So generally speaking you're not required to host Remote agent at the same environment you want to execute SSH commands
You don't need to install any additional app in the remote server.
If you remote server it's available to accept SSH connections bamboo with default agent or remote agent can acces it.
Additional you can achieve this with script task o ssh task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.