The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use wildcards in bitbucket pipeline cache paths?

Paul Smith
December 12, 2022

We have one project that is using a lerna mono-repo structure. For this I not only want to cache the top level dependencies, but also the package dependencies.

For this I need to be able to use a wildcard in the cache path such as:

definitions:
caches:
lerna: packages/*/node_modules

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Paul Smith
December 12, 2022

Use the following command to hoist the package dependencies to the root, in the bitbucket pipeline for your lerna mono-repo.

npx lerna bootstrap --force-local --hoist

Then wildcards will not be needed, and all node dependencies will be cached as normal.

DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events