I am supposed to trigger a pipeline when a pipeline in another project completes. I have used the resource feature
resources:
pipelines:
- pipeline: ABC_Pipeline
source: xyz
project: pqr
trigger:
branches:
- "*"
Although the source pipeline xyz is successful in pqr project the pipeline is not triggering.