-
-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
Description
Some background here.
Seeing how month's worth (our jenkins rotation of cleaning old jobs) of build artifacts now exceed our disk size, we have two options:
- Reduce build history, or
- Expand disk space
Seeing how disk space is "cheap" I prefer the second option. I think we should create another volume - twice the size – and attach it to /var/lib/jenkins. I need to revisit our ansible status to see how to automate this, but we could do it manually and post-add the automation bits.
Thoughts?