how to launch remote agent in bamboo without executing remote agent installer jar on agent.. Is there any other way to do this?
Hello Yogita Dolas,
First, you must install the remote agent by running the command:
java -Dbamboo.home=/path/to/bamboo-remote-agent -jar atlassian-bamboo-agent-installer-X.X-SNAPSHOT.jar BAMBOO_SABE_URL/agentServer/
Reference: https://confluence.atlassian.com/display/BAMBOO/Bamboo+remote+agent+installation+guide
After the agent is installed, you can start the agent by running:
cd /path/to/bamboo-remote-agent ./bin/bamboo-agent.sh start
—
Kind regards,
Rafael
Atlassian
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.