Is it possible to refer a Bitbucket Private repo in Workspace-A in a bitbucket-pipeline.yml in Workspace-B
- pipe: *workspacename*/*repository-name*:v1.0.0
It throws me the below error. But when i change the Repo in Workspace-A to public it works. Any workarounds that can be used here? Apart from Dockerising the repo.
Configuration error
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