Can the bamboo /tmp be cleaned up. It takes a lot of space up and we are trying to manage the space on our server. Can we remove these files/folders nightly with a script? Or should we keep everything and move the temp directory via the config files?
I don't think Rafael's response answers the question.
The problem is that Bamboo (and its 3rd party tasks) dumps dozens of directories in /tmp (for example, /tmp/npm-81678765765). These directories on our system are each around 250MB or more, and simply remain in /tmp until it fills up.
This causes issues with builds failing due to "no space left on device".
Best solution at the moment is to write a script that checks which of these directories has no recent files, delete them, and then cross your fingers.
EDIT: And I can confirm that, unfortunately, launching the Bamboo Agent with an alternate temp directory does not solve this problem.
Hi Daniel,
Depending on the way you environment is set up, Bamboo local and remote agents will look for files under the temporary directory. If you don't have them, the same will throw an error/exception.
You can check the option "Clean Working Directory after build" under the miscellaneous tab of your job configurations. This will clear the local copy of the repository available at <bamboo-home>/xml-data/build-dir/ before each build. Please note that this may increase the time taken to run a build but will save space.
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
does this also clear the tmp dir used for a build under /tmp?
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.
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.