Add cache plugin. #3799
-
I had readed woodpecker's document, it seems there has no a plugin provide cache operator. I checked the github action and found that the woodpeck's plugin lacks a post action. This means I have to restore and store manually. Are there plans to provide support for the cache plugin? In my environment, without cache, CI often fails due to network problems. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Could you please elaborate what you mean by "cache plugins"? General support for caching is definitely planned, but nobody is working on this. Take a look at the other issues and discussions for more info. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Many wants the cache. Each has own description of cache. Define the "cache".
Maybe you want to proxy maven repository via Nexus. In that case you don't need a plugin.
Or maybe you want "cache" docker images. I don't know.
Yes, I suppose.
Which directory?
Why do you need delete directory in WP's workspace, if it is created each time pipeline runs?
Does "manually" applies to all verbs (delete, download, unzip, upload) or only to "delete" part?
Seems, not manually: https://developer.harness.io/docs/continuous-integration/use-ci/b…