Label: personal

Content with label personal in TeamCity 3.x Documentation (See content from all spaces)
Related Labels: change , state , remote , fail , concepts , commit , pre-tested , delayed , run , build , hang , success

Build State
Build State The build state appears next to each build under the expanded view of the build configuration on the projects tab projects. Build States Icon State Description !runninggreentransparent.gif! running successfully \\ A build is running successfully. !successsmall.gif! successful \\ A build ...
Personal Build
Personal Build A personal build is a build initiated as Remote Run or PreTested Commit PreTested (Delayed) Commit. Only users with "Project Developer" role Role can initiate a personal build. The build uses the current VCS repository sources plus ...
Pre-Tested (Delayed) Commit
PreTested (Delayed) Commit An approach which prevents committing defective code into a build, so the entire team's process is not affected. Submitted code changes first go through testing. If it passes all of the tests, TeamCity can automatically submit ...
Remote Run
Remote Run A remote run is a Personal Build initiated by a developer from one of the supported IDE plugins to test how the changes will integrate into the project's code base. Unlike Pretested Commit Pretested (delayed) commit, no code is checked into the VCS regardless ...