问题描述
尝试为我的团队项目创建新的构建定义时,出现以下错误.
When trying to create a new build definition for my Team Project, I got the below error.
我检查并看到构建控制器正在运行.
I check and see that the build controller is running.
我该如何解决这个问题?
How can I get around with this?
推荐答案
根据您的其他问题:
这是 Team Build 的一个已知限制.每个 Build Controller 只能分配给一个 TeamProjectCollection,但您可以安装多个 Build Controller(尽管您只能在一台机器上安装一个 Build Controller).因此,如果您需要为多个项目集合提供服务,则需要配置多个构建控制器.
This is a known limitation of Team Build. Each Build Controller can only be assigned to one TeamProjectCollection, but you can install multiple Build Controllers (although you can only install one Build Controller on one Machine). So if you need to service multiple Project Collections, you will need to configure multiple Build Controllers.
另见:
这篇关于由于构建控制器不可用,无法创建构建定义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!