빌드 에이전트에서 빌드 에이전트 서비스를 다시 구성하면 문제가 해결됩니다.
다음 스크립트는 기존의 모든 구성 값을 사용하여 빌드 에이전트에서 다시 실행 한 PowerShell 빌드 에이전트 스크립트의 덤프 (이름이 바뀌 었음)입니다. 방금 누르십시오 을 각각 입력하십시오. 에이전트가 재구성되면 대기중인 빌드가 다시 작동하기 시작합니다.
PS C:\TEMP> .\ConfigureAgent.cmd
An existing configuration file was detected. This will update the local agent settings. Do you want to also replace th
e server registration (default is N)?
Enter the name for this agent (default is Agent-AGENTCMP01)
Enter the URL for the Team Foundation Server (default is http://mytfs.mycompany.com:8080/tfs/)
Configure this agent against which agent pool? (default pool name is 'My Pool')
Enter the path of the work folder for this agent (default is 'C:\TEMP\_work')
Would you like to install the agent as a Windows Service (Y/N) (default is Y)
Enter the name of the user account to use for the service (default is MYDOMAIN\MYACCT)
Removing EventLog source vsoagent.mytfs.Agent-AGENTCMP01.
Service vsoagent.mytfs.Agent-AGENTCMP01 is being removed from the system...
Service vsoagent.mytfs.Agent-AGENTCMP01 was successfully removed from the system.
Installing service vsoagent.mytfs.Agent-AGENTCMP01...
Service vsoagent.mytfs.Agent-AGENTCMP01 has been successfully installed.
Creating EventLog source vsoagent.mytfs.Agent-AGENTCMP01 in log Application...
Configuration successful.
PS C:\TEMP>
기본값을 받아들이지 않고 여러 매개 변수를 다시 지정해야했지만이 문제는 내 문제를 해결했습니다. – Mike
@Myke 기꺼이 누군가를 도왔습니다! – CJBS