How to resolve pipeline not triggering when merging in a Pull Request

Michiel van Beers 5 Reputation points
2024-03-04T15:14:41.0033333+00:00

Hi,

We are currently facing an issue in our organisation where the pipelines sometimes don't seem to trigger and we have the start them manually.

We have three different pipeline YAML files:

android-acc.yml
android-dev.yml
android-prod.yml

Each of these YAML files contains a trigger for a specific branch:

trigger:
  branches:
    include:
      - 'development'

Due to the pipeline not triggering sometimes, I tried to configure a Trigger in the Triggers tab for the pipeline:

chrome_biP0wInnQZ

However, we are still facing some issues where the pipeline is sometimes not being triggered. When we manually trigger the pipeline, the pipeline runs without any issues.

What could be the issue here? Thanks in advance for your help and time.

Community Center | Not monitored
{count} vote

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.