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 as "SYSTEM" now, and I think that's part of the problem. I'd like to change that user identity. The trouble is that I can't figure out how to change those settings on the build agent. How can I change the build user identity?
1条回答
- Open the services list (Start -> Run -> services.msc)
- Find the "Team City Build Agent" service
- Open the properties dialog for the service (right click, Properties)
- Choose the "Log On" tab
- Change the identity of the user running the service by choosing "this account" and enter the password.
查看更多
0人赞
添加讨论(0)
举报
相关问题
- FSharp project build fails in MSBuild in TeamCity
- TeamCity's git checkout different from local g
- Teamcity failing to install packages via nuget
- D3DERR_INVALIDCALL error, TeamCity builder
- How to display build error messages in TeamCity wh
相关文章
- Attribute filter syntax for code coverage in TeamC
- TeamCity Username / password
- How do I make a TeamCity build appear in the TFS B
- Is it possible to specify when a Build Feature is
- TeamCity: Prevent 2 builds from running simultaneo
- Test projects not reading app.config in TeamCity -
- DefineCustomFiles and CustomCollectFiles are not f
- Increment the build number automatically