Apr 27 2023
06:47 AM
- last edited on
Mar 05 2024
02:40 PM
by
TechCommunityAP
Apr 27 2023
06:47 AM
- last edited on
Mar 05 2024
02:40 PM
by
TechCommunityAP
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?
Apr 27 2023 05:26 PM
SolutionYes, your concept is correct
May 03 2023 04:12 AM
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
Apr 27 2023 05:26 PM
Solution