For a project which is under intense development we generate lots of builds. At least 1 build/day for each platform the project is developed. And each build contains several artifacts - installation packages files. Some packages are over 100MB in size or even much more.
Over time, this consumes lots of disk space and in turn it generates significant expenses.
We want to keep old builds for project progress and development track record but we do not need to keep old artifacts.
Is there a way to remove artifacts from old builds in some automated way? I mean, I do not want to manually check old builds and remove these files. Ideally, the system should keep track of old builds and remove artifacts automatically to save disk space.
For a project which is under intense development we generate lots of builds. At least 1 build/day for each platform the project is developed. And each build contains several artifacts - installation packages files. Some packages are over 100MB in size or even much more.
Over time, this consumes lots of disk space and in turn it generates significant expenses.
We want to keep old builds for project progress and development track record but we do not need to keep old artifacts.
Is there a way to remove artifacts from old builds in some automated way? I mean, I do not want to manually check old builds and remove these files. Ideally, the system should keep track of old builds and remove artifacts automatically to save disk space.