TeamCity On-Premises
 
Get TeamCity On-Premises

Continuous Integration with TeamCity

Edit pageLast modified: 18 September 2024

TeamCity is a continuous integration/continuous delivery (CI/CD) server.

Continuous Integration is a software development practice in which developers commit code changes into a shared repository several times a day. Each commit is followed by an automated build to ensure that the new changes integrate well into the existing code base and to detect problems early.

To learn about the basics of continuous integration, refer to our website.