Skip to content

TeamCity

What It Is

A CI server from JetBrains, often seen in enterprise and .NET or Java environments.

Core Ideas

  • build configurations
  • agents
  • artifacts
  • templates
  • Kotlin DSL

Practice

  • Templates and reusable build steps matter a lot in TeamCity, otherwise configurations grow too quickly.