Not Monitored
Tag not monitored by Microsoft.
43,929 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In Azure DevOps I have 2 pipelines let's say Pipeline A and Pipeline B. Pipeline A is scheduled to run daily. Upon successful completion of Pipeline A I want to trigger Pipeline B.
I've added the snippet that should trigger Pipeline B upon successful completion of Pipeline B. But it doesn't work. How can I fix that?
trigger: none
resources:
pipelines:
- pipeline: AliasA
source: Pipeline A # Name of the pipeline that triggers this pipeline
trigger:
branches:
- branch_prod # Branches that will trigger this pipeline