Issue:
Your build trigger does not trigger a build automatically on Bitrise.
Possible solutions:
Check your webhooks.
Make sure your webhook is set up correctly. You can find the Bitrise webhook URL in your app under Project Settings → Integrations → Webhooks. Then, check your repository’s webhook settings on your Git provider to ensure the URLs match.
Also, you have to enable the specific event that you would like to trigger a build. For example, if your repository is hosted at GitLab and you wish to trigger builds with Git Tags, you must enable Tag Push events in your GitLab webhook.
Check in your repository’s settings if there are any error messages regarding the delivery attempts related to your webhook.
For more information about potential issues with webhooks, check out Webhook troubleshooting.
Check the branch names and tags you set up with the trigger on bitrise.io.
For example, if you accidentally typed
msaterinstead ofmaster, no build will be triggered.Check if you previously enabled Selective Builds for the app. You can find the option on your app’s Settings page. With this feature, you can set that a build should be triggered only if certain files or folders have been changed.
Check the status page of your repository’s hosting provider to see if there are any known issues.
