Jenkins master runs out out of disk space
Describe the bug The Jenkins master soaks up with log files and workspaces and eventually runs out of disk space.
Expected behavior
Users never run out of disk space or a solution that doesn't require the user to do a rm -rf inside the Jenkins master's container.
Screenshots If applicable, add screenshots to help explain your problem.
Affected version (please complete the following information): latest
Log Output (ensure to remove any confidential information like tokens, project names, etc.
[Pipeline] End of Pipeline
java.io.IOException: No space left on device
Proposed solution: delete a pipeline when a feature branch is removed from Bitbucket.
@metmajer That happens already, at least in theory :)
There is one known issue #179 which might cause the problem. Also, I have the feeling that builds within one pipeline do not get cleaned up properly (and therefore logs accumulate) but could not prove it properly yet.