Bitbucket Cloud: Resolving configuration error "It looks like you tried to use a pipe in your bitbucket-pipelines.yml that doesn’t exist" in bitbucket pipes
Platform Notice: Cloud Only - This article only applies to Atlassian apps on the cloud platform.
Summary
While accessing Bitbucket Pipes hosted on a Bitbucket repository, one may encounter the following pipe error:

Cause:
In bitbucket-pipelines.yml file, one can refer to a pipe repo hosted on Bitbucket using:
pipe: <BB_acct>/repo:tag Where BB_acct/repo is the Bitbucket account and pipe repository. one may encounter the aforementioned error if the tag mentioned in <BB_acct>/repo:tag is not available as a commit tag in the repository where the pipeline is hosted.
Solution:
Ensure that the tag mentioned in <BB_acct>/repo:tag is available as a commit tag in the repository where the pipeline is hosted. Failure to have the mentioned tag can result in the encountered error.
Eg:

Updated on April 21, 2026
Was this helpful?
Still need help?
The Atlassian Community is here for you.