Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Files

Latest commit

f5db254 · Jun 14, 2022

History

History
19 lines (14 loc) · 4.1 KB

README.md

File metadata and controls

19 lines (14 loc) · 4.1 KB

no longer maintained, all changes are now upstream

Build status Renovate

Job Cacher Plugin

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.

Features

  • 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