jenkins-pipeline-cache-plugin icon indicating copy to clipboard operation
jenkins-pipeline-cache-plugin copied to clipboard

feature request: hit detection

Open rbtcollins opened this issue 2 years ago • 2 comments

Something that I use from time to time in the github actions cache is the ability to tell when a hit has occurred.

For instance, a cache keyed by a ${architecture}-Cargo.lock containing a built binary executable. Then when the dependencies are updated, the binary is rebuilt, but we don't call into cargo at all when they aren't. A separate cache is used to cache the contents of the dependencies, and so on to make builds faster if they are required.

rbtcollins avatar Jan 10 '23 13:01 rbtcollins