n3v3rf411 / jobcacher-plugin

Jenkins plugin that improves build performance for transient slaves by caching files

Home Page:https://wiki.jenkins-ci.org/display/JENKINS/Job+Cacher+Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job Cacher Plugin

Build Status

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

About

Jenkins plugin that improves build performance for transient slaves by caching files

https://wiki.jenkins-ci.org/display/JENKINS/Job+Cacher+Plugin

License:MIT License


Languages

Language:Java 87.6%Language:HTML 12.4%