简体   繁体   English

Azure DevOps 中的主从配置

[英]master and slave configuration in Azure DevOps

I'm looking for master-slave node configuration (distributed builds) in Azure DevOps, ie many slaves work for a master.我正在 Azure DevOps 中寻找主从节点配置(分布式构建),即许多从节点为一个主节点工作。 It also allows you to run jobs on different environments like Linux, Windows, MacOS, etc. The job of a Slave is to do as they are told to, which involves executing build jobs dispatched by the Master.它还允许您在 Linux、Windows、MacOS 等不同环境中运行作业。 Slave 的工作是按照他们的指示去做,这涉及执行 Master 调度的构建作业。 I have searched for all possible options, but couldn't find the reference/guidelines to configure it in Azure Devops.我搜索了所有可能的选项,但找不到在 Azure Devops 中配置它的参考/指南。

that is the default behaviour for Azure Devops.这是 Azure Devops 的默认行为。 It acts like a master and all the agents are slaves just running their jobs.它就像一个主人,所有的代理都是运行他们工作的奴隶。 You can use hosted or self-hosted agents - doesn't matter.您可以使用托管或自托管代理 - 没关系。 they all act the same way.他们都以同样的方式行事。

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

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