| You are viewing documentation of TeamCity 6.5.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version. |
|
Clean Checkout (also referred to as "Clean Sources") is an operation that ensures that the next build will get a copy of the sources fetched all over from the VCS. All the content of the Build Checkout Directory is deleted and the sources are re-fetched from the version control. Enforcing Clean CheckoutClean checkout is recommended if the checkout directory content was modified by an external process via adding new or modifying, or deleting existing files. You can enforce clean sources action for a build configuration from the Build Configuration home page (Actions drop-down in the top right corner), or for an agent from the Agent Details page. The action opens a list of agents/build configurations to clean sources for. You can also enable automatic cleaning the sources before every build, if you check the option Clean all files before build on the Create/Edit Build Configuration> Version Control Settings page. If this option is checked, TeamCity performs a full checkout before each build.
TeamCity maintains an internal cache for the sources to optimize communications with the VCS server. The caches are reset during the cleanup time. To resolve problems with sources update, the caches may need to be reset manually. To do this, just delete <TeamCity Data Directory>/system/caches directory. Automatic Clean CheckoutUnder certain circumstances TeamCity can detect clean checkout is necessary even if it is not enabled in the VCS settings and not requested by the user from web UI. In such cases all the content of the checkout directory is deleted and it is re-populated by the sources from scratch. TeamCity performs automatic clean checkout in the following cases:
Clean checkout is performed each time if "Clean all files before build" option is ON in "Version control settings" of the build configuration. Also, there are cases when agent can delete the build checkout directory e.g. when it expires or to meet free disk space requirements
Concepts: Clean-Up | Build Configuration | Build Agent | TeamCity Data Directory |