the disk usage plugin is installed and is what I've been using to
determine which projects (mine) are the biggest disk hogs.
One of my builds uses 18 GB of space. The next largest one is 1GB. The
reason it uses so much space is because I want keep 50 old builds
behind so that if I notice that test coverage has dropped, for
example, I can go back and see where that happened. I'm not sure of
any other way to track this kind of thing without keeping a large
number of builds.
--
- Ed