We are running a cluster of bamboo and we'd like to know what is the right way to do housekeeping in bamboo directories and workspaces since they grow exponentially on our environment. On the internet we can only find a set of cron jobs.
For your agents:
I regularly remove clean the Agent workspace except for "repositoryData" and "_git-repositories-cache" directories with a scheduled batch job without any problems.
This prevents the agents disks overflowing.
Wish this could be a feature in Bamboo
it's highly ironic that the bamboo remote agents lacks this basic feature while Bamboo licensing strategy is based on how many remote agent you have...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Setting up expiry settings is the best you can do with Bamboo: https://confluence.atlassian.com/bamboo/configuring-global-expiry-289277253.html
If you need a better solution, it has to be some kind of a cron job. You can even have Bamboo cleanup builds, with a script task, but then you need to make sure they run on all the agents!
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.