Hi !
I’m implemeting a pipeline on bitbucket cloud and I was trying to use the latest pipe for
sonarsource/sonarqube-quality-gate
While version 1.2.1 is tagged on the source repository, the pipe does not seem to be available for use. Bitbucket gives the message “It looks like you tried to use a pipe in your bitbucket-pipelines.yml that doesn’t exist. Check the name of the pipe and try again.”
When using sonarsource/sonarqube-quality-gate:1.2.1
I changed it to sonarsource/sonarqube-quality-gate:1.2.0 and this one is working. How can I get to use the latest version?
Ref
Thanks in advance