Channel: JetBrainsTV
Category: Science & Technology
Tags: developer toolssoftware developmentjetbrainsci/cd pipelinedeveloperteamcitytutorialbuild chainsprogramming
Description: Build pipelines are a centerpiece of any CI/CD process. TeamCity's take on build pipelines are build chains, which allow you to set up the order of builds via setting up dependencies between them. This allows for a more versatile approach to pipelines which can save you build time and optimize build resources. This tutorial goes over splitting a simple build configuration in two, connecting them via both snapshot and artifact dependencies, and running the build chain. 0:00 Build steps overview 0:46 Splitting a build configuration in two 1:54 Adding a snapshot dependency 2:45 Adding an artifact dependency 3:32 Running the build chain