-
New Feature
-
Resolution: Unresolved
-
Major
-
None
The current implementation of the job-cacher plugin, when used intensively and if the caches are created in their default locations on the Jenkins master, leads to unnecessary and growing disk space consumption on the Jenkins master.
Therefore, the plugin should provide a global setting such as 'Delete all caches older than N days'.
A possible and acceptable alternative would be an option in the pipeline command cache(), which could be used to clean up the cache of the given build job.