Pipeline not getting triggered

Furqan Hashim 20 Reputation points
2023-06-08T17:56:36.2033333+00:00

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
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
43,929 questions
0 comments No comments
{count} votes

Your answer

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