Implementing the deployment pipeline in TeamCity

In this section, we will be looking at the different features that TeamCity provides for a proper CD and deployment pipeline setup. We will also be exploring how certain features encourage the best practices of CD, and some of the not-so-best practices.

A view of the deployment pipeline, visualized as build configurations and projects, is shown in the following screenshot:

Implementing the deployment pipeline in TeamCity

Here, the initial steps for a standard CI setup are grouped under the CI project. The steps to deploy to different environments (except for the CI environment) are moved to separate projects. Generally, deployments have multiple steps, ...

Get Learning Continuous Integration with TeamCity now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.