TeamCity and local network drives

Hi

Looking to integrate team city into our build pipeline. Just wondering if its possible to point to a local network drive.

Im hoping i will be able to set up a Local network server and point to a git repo that exists on a network drive. Due to security of some of the projects it is not possible to host them on online sources. Does this sound like a feasible thing that can be done?

Thanks

0
1 comment

Hi Thomas,

 

This should work just fine, the URL path can point at files in the filesystem, but you need to take into account that the server and agent are separate process that might run in separate machines, and both will resolve it to their local machine, so the paths might differ and it might fail. Using network shares or internal servers should work just fine as well.

0

Please sign in to leave a comment.