My Build Agent Working directories are starting to take too much space on the disk. I wonder if it is okay for me to delete some old folders, or if I should back them up.

What is the impact of deleting TFS Build Agent Working Directory? - are the labels affected ? - is the build history affected ?

link|improve this question

feedback

2 Answers

up vote 5 down vote accepted

You can do it if your builds are not incremental (incremental get). If your builds always get all source files for every build it is OK to delete workking directories. Build history and labels are not affected. Your build logs are in the drop location and it shouldn't be a problem also.

It is problem for incremental (at least fro incremental get) builds. These builds are getting only the latest changes from the TFS source control before every build, not whole workspace as defined in the build definition's workspace.

Check your build definition's Process->CleanWorkspace settings. If it is set to All, it should not be a problem to delete build directory.

link|improve this answer
feedback

Assuming I understand your question correctly, make sure you delete the builds through the TFS interface, don't just delete the folders off the disk if you can help it. The TFS 2010 Build Deletion dialog gives you some options about what to keep and what to delete.

http://blogs.msdn.com/b/jpricket/archive/2009/12/09/tfs-2010-how-about-those-build-delete-options.aspx

You can also set up build retention policies so that old/unused builds automatically get deleted.

link|improve this answer
I think he's talking about working folder on the build server, not the output directory. – itchi Apr 10 at 18:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.