VSTS change agent state from offline to online after installing it

我是研究僧i 提交于 2021-02-04 19:51:53

问题


i'm facing a problem with VSTS agent state is offline i installed the agent through cmd under the right pool and downloaded after that but it still offline any help please ?


回答1:


If the build agent is running as interactive mode, you need to start agent by running run.cmd file:

  1. Open Command line as administrator
  2. Run run.cmd file (under agent folder)

If the build agent is running as service, you can check whether the related service is running in Services.



来源:https://stackoverflow.com/questions/47377829/vsts-change-agent-state-from-offline-to-online-after-installing-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!