-
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:
[BAM-25656] Create a Bamboo caching dependencies
UIS | Original: 1 | New: 0 |
UIS | New: 1 |
Summary | Original: Create a Bamboo plan caching dependencies | New: Create a Bamboo caching dependencies |
Description |
Original:
h3. Problem Statement
Currently, Bamboo does not manage cache dependencies directly, which means that in an environment with several agents and tasks involving download dependencies, a new dependencies download will be done every time a different agent runs the build. h3. Solution It would be great if we could implement something like mentioned on the GitHub page: * [Caching dependencies to speed up workflows|https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows] |
New:
h3. 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. h3. Solution It would be great if we could implement something like mentioned on the GitHub page: * [Caching dependencies to speed up workflows|https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows] |