Given the pipeline configuration below:
image: node:12.3.1
pipelines:
default:
- step:
caches:
- npm
- bower
script:
- pipe: docker://username/pipe:0.0.1
artifacts:
- dist/**
definitions:
caches:
npm: $HOME/.npm
bower: $HOME/.cache/bower/
Cache "npm": Downloading
Cache "npm": Not found
Cache "bower": Downloading
Cache "bower": Not found
PS. I'm not looking at caching the node_modules folder. Instead I need to cache npm's cache.
Hi @pablodenadai . Pipelines don't cache files created inside a pipe. Is this something that you want to achieve?
@Alexander Zhukov I am facing a similar problem. This is a deal breaker when building with dependencies on large repositories. For reference, I'm experimenting with the JFrog Artifactory custom pipe and builds for simple example maven projects are taking 5 minutes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alexander Zhukov is this still the case now?
This is a massive problem for our organization.
It defeats the advantage of having pipes maintained by Atlassian or vendors.
And even custom pipes for code sharing in an organization may be impaired by this.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.