Forum Discussion

josh-monreal's avatar
josh-monreal
Copper Contributor
Apr 27, 2023

How To Run Multiple Pipelines at the Same Time

I'm trying to assess whether we should have several build agents or if we can just purchase additional parallel jobs for a single agent.

 

If our project in Azure DevOps has 4 build pipelines and I purchase 3 parallel jobs, does this mean that when I execute all these 4, all of them will run at the same time?

  • vivekk321's avatar
    vivekk321
    Copper Contributor

    Hi josh-monreal,

     


    Yes, purchasing three parallel jobs for a single agent in Azure DevOps means that up to three build pipelines can run concurrently on that agent. So, if you have four build pipelines, you can run three of them concurrently while the fourth waits for a free job slot to become available.

     

    Kind regards 

    Vivek Garg

Resources