Forum Discussion
josh-monreal
Apr 27, 2023Copper Contributor
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...
- Apr 28, 2023
Yes, your concept is correct
vivekk321
May 03, 2023Copper 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