How do we have a Azure DevOps pipeline (with multiple agent jobs) depend on another pipeline (with one agent job)

Sudhindra Kumar 1 Reputation point
2020-12-21T09:37:08.52+00:00

Hi,

I have a pipelineA having 3 agents jobs available in it. This is basically used to run my automated tests(using VS Test) on 3 self hosted VM's.

I have another pipelineB with one agent job with some tests that does pre data setup.

My requirement is to run the pipelineA only after the pipelineB is completed. How can we achieve it ?

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
320 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,681 Reputation points
    2020-12-21T09:50:00.747+00:00

    Hi Sudhindra,

    Azure DevOps related questions are not supported on this forum. It's better to reach out to dedicated forum over here:

    https://developercommunity.visualstudio.com/spaces/21/index.html


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    1 person found this answer helpful.
    0 comments No comments