I have the master in the bitbucket-pipelines.yml repository master, but commits do not trigger a pipeline build. Can someone help me with this?
Hi Robert,
Some common reasons a pipeline may not be triggered when expected are:
Your bitbucket-pipelines.yml file is invalid
You can check this by editing it in Bitbucket or pasting your configuration in our validation tool here.
Your bitbucket-pipelines.yml configuration does not target the branch you're after
Tips:
If you want to target master, either specify
pipelines:
default:
- step:
script:
- # do stuff
or
pipelines:
branches:
master:
- step:
script:
- # do stuff
More information in documentation here.
Pipelines has become disabled
You can check this in your Bitbucket repository settings.
Hope this helps!
Hello Davina,
I had the same problem this morning. I committed and push some changes to my repo. But the pipeline did not trigger automatically.
Though when I ran the pipeline manually (select the commit then "Run Pipeline") it worked as expected. So the pipeline, exists and is working properly.
It's just that it did not trigger on the push.
Happy to provide information to the Atlassian team that will help diagnose this is needed. Just let me know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.