Tevya
Tevya

Reputation: 864

How do I move the TeamCity cache directory root?

My installation of TeamCity 3.1 (yeah, it is old!) (installed on a Windows XP box) holds its temporary files under C:/TCBWork. How can I move that root? I would like to move it to another disk for better space management.

Thanks.

Upvotes: 2

Views: 1501

Answers (2)

KIR
KIR

Reputation: 5692

If you're talking about build agent working directory, it is set in buildAgent/conf/buildAgent.properties file (local TeamCity agent is under TeamCity/buildAgent directory).

And given that you have non-standard location for it, you'd already changed it previously :)

Upvotes: 7

Chris Marisic
Chris Marisic

Reputation: 33098

This might be a stupid answer, but assuming you're using NTFS you could mount an entirely different drive to the folder location of TCBWork.

Upvotes: 2

Related Questions