Hi
the pipe : pipe: sonarsource/sonarcloud-quality-gate:0.1.4 automatically generate artifacts and store them in Bitbucket in a default path, I came across the artifacts. However, the were logs instead of any useful artifacts. My question is how to disable the artifacts being generated or how to configure the default path? I don’t find any variables that can disable the artifacts or control the path. this is the link to the pipe →
Hi @Colin
thank you for your quick response. i am not talking about the sonar folder, I am talking about the artifacts that generated from the sonarscan pipe(Bitbucket) during the pipeline. the full path is …/artifact_50d398db-9c21-40e3-9768-d6cf8ebe30d5.tar\artifact_50d398db-9c21-40e3-9768-d6cf8ebe30d5.bitbucket\pipelines\generated\pipeline\pipes\sonarsource\sonarcloud-scan . the pipe only provides four variables and none of them can be used to override the path. thank you
With just one report of this, and seemingly minor impact, it’s not on our priority list at the moment. If you can help us know what impact it’s having on you / your team (beyond perhaps being a nuisance), that would help.
Hi @Colin
This issue is currently affecting our productiton development. Our production development happens one time per month, so the artifact, which publishes by SonarPipe, always expired and we have to do some
hot-fix in our bitbucket pipeline to bypass this issue. thank you