tfs - BuildAgent working directory in distributed environment -
i've got build controller running 2 agents (agent1, agent2) on same machine. i've installed build agent (agent3) on different machine inside same ad.
now when comes agent3 error, agent3 can not access share on \buildagentmachine\build.
agent1 , agent2 have working directories: d:\builds\$(buildagentid)\$(builddefinitionpath) (where d:\builds local folder on build controller shared via network).
agent3's working directory is: $(systemdrive)\builds\$(buildagentid)\$(builddefinitionpath) on local hard drive.
now whats funny beside: on build controller computer following folders under d:\builds:
- 1
- 2
- 3
- projectname
looks agent3 putting stuff directly under \controller\builds means, write access enabled agent.
if error accessing share, sure it's not erroring out when build tries copy build outputs build drop share? make sure user account build agent 3 configured run same 1 used build agents 1 , 2. can check in tfs admin console on build agent machines.
Comments
Post a Comment