Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,072
Community Members
 
Community Events
184
Community Groups

Are caches available in Bitbucket Pipeline pipes?

Edited

Consider this snippet from a pipeline definition:

definitions:
caches:
sonar: ~/.sonar/cache
steps:
- step:
caches:
- sonar
script:
- pipe: sonarsource/sonarcloud-scan:1.0.1

The `sonarcloud-scan` pipe downloads language analyzers and plugins from SonarCloud, which are used to analyze the source code. These files are not small, and there are many of them, so downloading takes non-trival amount of time. On every execution, the scanner looks at the cache directory, and only downloads files that have changed since the last run. And they don't change very often, so a good candidate for caching.

The `caches` definition in the above snippet works fine when running the scanner in the pipeline. But not when running the pipe (which inside of it runs the scanner).

Looking at the output of the pipe, in the argument list of the `docker` command I don't see values like `--volume=...` related to caches, so it seems to me the defined cache is not available to the pipe.

Can you please confirm that:

  • The caches are indeed not available (yet?) in pipes
  • Do you have plans to make them available?
  • Can you recommend a workaround? 

1 answer

5 votes
Raul Gomis
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Nov 18, 2019

Hi @janos-ss ,

Thanks for the suggestion. At the moment, we don't natively support caching in pipes. We created a feature request to gauge the interest of others in seeing the same thing: https://jira.atlassian.com/browse/BCLOUD-18478 I would recommend to comment and vote for it, so that we can prioritise it properly.

Thanks,  

Raul

@Raul Gomis @janos-ss I just got an email announcing the release of a BitBucket Pipelines update that allows for smarter dependency caching. 

https://bitbucket.org/blog/announcing-smarter-caches-bitbucket-pipelines

With this feature is it possible to cache the dependencies of the sonar scan pipe?

Raul Gomis
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 21, 2023

Hi @Miles Pucarelli , thanks for your comment.

Unfortunately, smarter dependency caching doesn't work with pipes yet. Please, subscribe to https://jira.atlassian.com/browse/BCLOUD-18478 for more news about adding support for caching in pipes. 

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events