TeamCity On-Premises
 
Get TeamCity On-Premises

Create Pipeline

Edit pageLast modified: 01 October 2024

A build chain or a pipeline is a sequence of consecutively run build configurations. In TeamCity, these configurations can belong to different projects, and pass files (artifacts) from one build to another.

This tutorial walks you through setting up the following project:

Simple build chain in TeamCity

The pipeline above cycles through the following stages:

1 — Building the sample Spring Boot application 2 — Creating a Docker image for this app 3 and 4 — Running two sets of parallel tests