Following the example for Bitbucket Pipelines integration with Sonar Scanner on a NodeJS project, the instructed cache usage does not work. This has the effect of making scan times a LOT longer, on NodeJS projects.
I can only assume that this is because it runs in pipes, whereas (for example) the Maven example runs in the same pipeline / step as the command which calls it, so the cache is available.
I’m not sure how / if Bitbucket Pipelines allow access to the output files from a Pipe
I know that you are waiting on Atlassian to add support for this feature on their end, but I would also just like to voice my company’s interest in some sort of caching for the BitBucket pipe, or really anyway to speed up analysis time. If anyone has any tips, please lmk!
I cant get the cache to work and saw this issue. ANy updates on this issue on how to get cache to work ? Without caching, our build times have significantly increased