🏗️
CI/CD & GitOps

TeamCity

JetBrains CI/CD server with powerful build chains

🐧 Linux🍎 Mac🪟 Windows
Reviewed: Tested on: Kubernetes 1.29 · Terraform 1.8 · Ubuntu 22.04

What is this?

TeamCity is JetBrains' CI server with build chains, tests, and deployment pipelines.

📥

Step 01

Install TeamCity

(01)Install TeamCity

Linux
1docker run -d --name teamcity-server -p 8111:8111 jetbrains/teamcity-server
⚙️

Step 02

Configure TeamCity

(01)Configure TeamCity

Linux
1# Open http://localhost:8111 — setup wizard
2# Install agent on build nodes

Step 03

Verify

(01)Verify installation

Linux
1curl -I http://localhost:8111