TeamCity build agent disconnected

前端 未结 7 1618
无人及你
无人及你 2021-02-03 19:16

I installed a build agent on Windows 7 and always have the agent show up as \"disconnected\". The log teamcity-agent.txt shows below information

 If this is the          


        
7条回答
  •  孤城傲影
    2021-02-03 20:07

    I had issues with the server and change the port for the server.

    So, the agent was unable to connect to the server since I only changed the server port and not the agent properties.

    Once I updated the agent properties, the agent started working again.

    The properties are found under: TeamCity\buildAgent\conf\buildAgent.properties

    The property is found like: serverUrl=http://localhost:8080

提交回复
热议问题