-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
0
-
Problem Statement
Currently, Bamboo does not manage cache dependencies directly, which means that in an environment with several agents and tasks involving downloading dependencies (e.g. /.npm/.cache/pip; node_modules, or a Python virtualenv), a new dependencies download will be done every time a different agent runs the build.
Solution
It would be great if we could implement something like mentioned on the GitHub page: