How can I change the user identity that runs a build agent in TeamCity?

前端 未结 1 1316
梦如初夏
梦如初夏 2020-12-13 12:20

I am trying to get a build process set up in TeamCity 5, and I am encountering an access denied error when trying to copy some files. I see that my build agent is running a

相关标签:
1条回答
  • 2020-12-13 12:54
    1. Open the services list (Start -> Run -> services.msc)
    2. Find the "Team City Build Agent" service
    3. Open the properties dialog for the service (right click, Properties)
    4. Choose the "Log On" tab
    5. Change the identity of the user running the service by choosing "this account" and enter the password.
    0 讨论(0)
提交回复
热议问题