jenkins-pipeline-cache-plugin
jenkins-pipeline-cache-plugin copied to clipboard
how about a feature to support run block if no hit the cache.
New feature
The block will not run. if key
exist:
cache(key: "cache-key-balabala", onlyRunWhenMiss: true, ...) {
// steps
}