Existing pipelines are randomly not found anymore by bitbucket. In the UI they are still visible, but when starting them we get the following 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.
Anyone else experiencing the same issue?
Hello @Sebastiaan Verplancke ,
and welcome to the Community!
The error message you shared indicates that you trying to use a pipe in your bitbucket-pipelines.yml file, but that pipe wasn't identified by bitbucket, either because it's name is wrong/has a typo or the pipe doesn't exist.
You can find a list of Pipelines available pipes at the following page:
and then update your YAML file using any of the pipes listed in that page.
If you feel comfortable, you can share your YAML file in here and we can also help you identify which pipe is causing the error and suggest a possible fix/alternative.
Thank you, @Sebastiaan Verplancke !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.