We have the "Default agent" turned off - we only use remote agents. However, the git repository cache on the bamboo server is populated. I'm curious to know if I can delete these caches without affecting our builds.
Hi Sam, yes Alexey is right. I'm afraid you won't be able to prevent Bamboo from checking out the repository even if you're not using local agents, Bamboo was designed to work like this as it needs the cache to detect commits, trigger builds and get a list of branches. The answer to your original question would be yes, you can remove the cache without affecting your builds, but Bamboo will automatically create them again when necessary.
Bamboo checkouts repositories to detect commits and trigger builds, to get list of branches and create/remove plan branches. You can cleanup these caches in case of any issues, Bamboo will create them again when necessary
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is Alexey's answer correct? Does Bamboo really do full checkouts just to figure out when to trigger builds? That seems incredibly heavy-handed.
I'd like confirmation on this, if possible - ultimately I'd like to know if I can avoid the server making these checkouts at all if we're not using the Default server agent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you can.
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.