I'd like to turn on all local agents at night when I'm not worried about license contention for the tools we are using in our jobs. Some of those agents, I'd like to disable during the day.
Hi Christopher,
Unfortunately this functionality is not currently implemented in Bamboo.
I have created a new issue in the Atlassian development issue tracker for this functionality to ensure the Atlassian development team is aware of your request:
https://jira.atlassian.com/browse/BAM-13865
I would suggest adding any comments to the issue above as well as voting on the issue to create it's popularity and likelihood of being implemented in a future release.
For more information on how Atlassian implements new features and improvements please see the following document:
http://confluence.atlassian.com/display/DEV/Implementation+of+New+Features+Policy
Actually, I think you can with rest api. You would need to put it in cron, or in the bamboo instance (as long as you have at least 1 agent running) or in another bamboo instance.
Here is what chrome tells me it is doing as I enable and disable an agent. You will need to know the agent id... but you could use curl to do this rest call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thats not a REST api. That's a xwork action protected by xsrf tokens and credentials.
See https://answers.atlassian.com/questions/29420/best-way-to-reboot-agents-in-bamboo/313364
But using cron is an approach, and can pass credentials to the link ROy shared or use the recently releaae Agent APIs for Bamboo plugin. https://marketplace.atlassian.com/plugins/com.edwardawebb.bamboo-agent-apis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.