We are experiencing a failure in Bitbucket pipeline all of a sudden, started this morning. The failure comes from the QualityGate image.
The error we are seeing is:
Digest: sha256:ec3fce26d3c67ee542841e740d7de97301389f3303ac481227f4e4eecf592600
Status: Downloaded newer image for sonarsource/sonarcloud-quality-gate:0.1.3
..✖ Quality Gate failed: Could not fetch quality gate status: b'{"errors":[{"msg":"Analysis with id \'None\' is not found"}]}'
Our Bitbucket pipeline is defined as follow:
- step: &commonScan
name: Code Scan
caches:
- sonar
script:
- pipe: sonarsource/sonarcloud-scan:1.0.1
- pipe: sonarsource/sonarcloud-quality-gate:0.1.3
I have already contacted Bitbucket but they suggest that I should contact your team as this is related to your product.