We have a requirement to run an ARM Agent, so we are using Amazon Linux 2 ARM.
However when we run
"sudo /vzc/bamboo/build-agent-home/bin/bamboo-agent.sh stop"
We get the following error:
"/vzc/bamboo/build-agent-home/bin/./wrapper-linux-armhf-64
/vzc/bamboo/build-agent-home/bin/./wrapper-linux-armhf-32
/vzc/bamboo/build-agent-home/bin/./wrapper"
The same is true when we run start.
I read a comment somewhere that it is possible to get Bamboo Agents to run on ARM machines, but as of yet, I have been unable to do it. Any suggestions?
Version:
Atlassian Bamboo version 6.10.4 build 61009
Hi Jonathan,
ARM is not officially a supported platform but agents should work on ARM if you run the agent manually without the wrapper as the wrapper itself is not compatible with ARM.
To run the remote agent without the wrapper, you can execute the remote agent jar directly. The agent jar is available from Bamboo's agent installation page for download. Follow the steps below to run it:
java -jar bamboo-agent-6.10.4.jar http://<host>:8085/agentServer/ <tokenKey>
Cheers,
Miguel
As part of our setup process we both stop and start the service. via the jar can I pass commands that will stop as well as start?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As when I run:
java -Dbamboo.home=/vzc/bamboo/build-agent-home -jar atlassian-bamboo-agent-installer-6.10.4.jar https://ds.bamboo.fleetmatics.com/agentServer/ stop
I get the same error as when I went through the wrapper:
"/vzc/bamboo/build-agent-home/bin/./wrapper-linux-armhf-64
/vzc/bamboo/build-agent-home/bin/./wrapper-linux-armhf-32
/vzc/bamboo/build-agent-home/bin/./wrapper"
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.