Forum Discussion
lbscld
Aug 26, 2022Copper Contributor
How to trigger pipelines from different GIT with the same branch
Hello,
We have several different GIT having their own pipeline in the same project.
We need to triggers those pipelines in a given order.
For this, I have been using the pipeline trigger mechanism(https://docs.microsoft.com/en-us/azure/devops/pipelines/process/pipeline-triggers)
However, since we are in different GIT azure devops is using the default branch for the triggered pipeline.
The first pipeline is triggered by the feature/chain_trigger branch but the second pipeline triggered is using the default branch(master). Is there a way to force that all the triggered pipeline use the same branch as the initial pipeline ?
Or another approach to trigger pipeline in a given order ?
Best Regards,
Claude
No RepliesBe the first to reply