You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hello, i'm writing a pipe to perform a sonarcloud analysis and check the quality gate.
Could i use "latest" as a version when i'm writing the pipe?
I mean:
script: - pipe: sonarsource/sonarcloud-scan:latest
It doesn't work for me, i'm getting an error when i try to run the pipeline:
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.
However if i use an specific version, everything is ok, like:
script: - pipe: sonarsource/sonarcloud-scan:1.2.1
Hello @Álvaro López !
We never release latest version.
Basically as for all pipes, including vendor ones, there is the risk that latest docker version may not be verified as fully working one (in some cases it is, in some cases - no).
However if you accept the risk, you can use it as:
script: - pipe: docker://sonarsource/sonarcloud-scan:latest
You can look at the image to be used here:
And how do we know you will be removing support for an earlier version? Some of our pipelines break on pipe updates because earlier versions are no longer available...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
...hey are a part of us, shaping how we interact with the world around us. The same holds true for programming languages when we think about how different kinds of vulnerabilities raise their heads in t...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.