Aug 26 2022
01:10 AM
- last edited on
Mar 05 2024
01:58 PM
by
TechCommunityAP
Aug 26 2022
01:10 AM
- last edited on
Mar 05 2024
01:58 PM
by
TechCommunityAP
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