简体   繁体   English

Azure DevOps 中的并发/并行构建

[英]Concurrent / Parallel builds in Azure DevOps

​I was trying to configure the configure parallel builds on my hosted environment.我试图在我的托管环境中配置配置并行构建。 I can see that I've 9 parallel jobs where 1 is free and 8 are Visual Studio Enterprise subscribers.我可以看到我有 9 个并行作业,其中 1 个是免费的,8 个是 Visual Studio Enterprise 订阅者。 I'm unable to figure it out how can i use the visual studio subscriptions to configure the parallel jobs.我无法弄清楚如何使用 Visual Studio 订阅来配置并行作业。 Parallel Jobs并行作业

Your Visual Studio Enterprise subscriptions count towards your ability to run parallel job's on your Self-hosted agents not Microsoft's Hosted Agents.您的 Visual Studio Enterprise 订阅计入您在自托管代理而非Microsoft 托管代理上运行并行作业的能力。

So for a Private project with your enterprise license count you can run up to 9 jobs at once on your own agents that you manage and configure.因此,对于具有企业许可证数量的私有项目,您可以在自己管理和配置代理上一次运行多达 9 个作业。 See Documentation . 请参阅文档

If you want more concurrent Hosted capacity you will have to purchase them .如果您想要更多并发托管容量,则必须购买它们

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM