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

Resolve naming conflicts

Open j3t opened this issue 2 years ago • 2 comments

The jobcacher-plugin provides a pipeline step named cache already. Since this plugin provides also a pipeline step named cache, this leads to a conflict if you want to use both plugins at the same time.

To solve this issue, the cache step is renamed to fileCache. According to the pipeline-step-reference, the fileCache step not exists yet. To avoid breaking changes, the old cache step function will still be available, at least for a certain period of time, but it prints out a warning message if it is used.

j3t avatar Aug 28 '22 13:08 j3t