开发者

buildforge problem

开发者 https://www.devze.com 2022-12-12 06:01 出处:网络
when i tried to run the job i am gettin开发者_运维问答g the error saying that No server could be found matching all conditions

when i tried to run the job i am gettin开发者_运维问答g the error saying that

No server could be found matching all conditions

please any one help me on this


In buildforge, the job is assigned to a selector. The selector can be thought of as a pointer to an object that can represent either the name of a server, or a set of servers that matches a set of criteria. When the job executes, the selector for that step attempts to find the server based on the criteria defined in the selector conditions. If it can't find a server that matches the selection conditions, you get the posted error message.

In real life, this error usually indicates the following: 1. The agent on the server is dead, or the server is down. Run bfservertest (or test connection in the buildforge web UI) to see if the agent is functioning. Visit the machine remotely or in person to verify that the server is up. Try restarting the agent service if machine is up and connection test fails. 2. The selector is pointing to a non-existent server because you misspelled the server name. 3. You have conditions defined in the selector that unintentionally exclude all servers from being used.

0

精彩评论

暂无评论...
验证码 换一张
取 消