Hi,
I hope you're doing great.
I have a problem when I'd try to install remote agent. i got this error:
Security token is required for preliminary authentication, but none was provided. Please obtain the token from ...
Agent will now shut down.
Did you add "-t <token>" to the command line, that starts the agent?
In your bamboo web-ui click "Administations > Agents > Install Remote Agent" and follow the instructions: Command line should contain "-t":
java -jar .... -t <your-token-code>
If this does not help, add your token code to the wrapper file on your agent:
~/bamboo-agent-home/conf/wrapper.conf
Find line:
wrapper.java.additional.3=
And add your token code to the line, without -t
See also https://hnryjms.io/2017/12/bamboo/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.