I have two pipeline (A and B)
I scheduled a pipeline (A) 3 Under the pipeline (A) > Triggers > Build Completion > Added the "Pipeline B" (I have added the screenshoenter image description heret).
FYI, I am triggering from AZURE Devops
I have not added/Configured any time under "Scheduled" for pipeline "B"
My "Pipeline A" runs successfully but trigger is not getting fired. So "Pipeline B" not running.
Can anyone let me know what could be the issue?
Thank you so much
Expected: "Pipeline B" should run on the completion of "Pipeline A"

you can use the Azure DevOps pipelines and add each build in stage and use the dependencies between them like that :