This plugin was created to improve build performance for builds that utilize executors that start from a clean image each time such as docker based executors. This plugin was inspired by the caching capability of TravisCI.
- Item storage extension point supporting on master storage and AWS S3
- Cache Wrapper for free style jobs that manages the cache
- Implements Arbitrary File Cache where user specifies paths to be cached
- UI on Job page to review the job's caches
- Supports Pipeline jobs with a cache block
- Cache Extension Point for other plugins to provide opinionated caching capability such as Gradle caches