How to use single perforce client/workspace for all teamcity build configurations ?
I have multiple projects and build configurations in teamcity, and they are all using the same perforce VCS Root. But when they checkout the sources for each build configuration, they create a separate client/workspace on perforce server. Is there any way to use only one client/workspace for same VCS root in multiple build configurations ?
Please sign in to leave a comment.
teamcity.perforce.agent.reuse.client=true(documentation);teamcity.agent.failBuildOnCleanCheckout=ignoreAndContinue(documentation);teamcity.perforce.enable-no-clean-checkout=true(documentation);