Search⌘ K

Build Pipelines

Explore the key stages of a build pipeline from planning to deployment while understanding critical nonfunctional requirements. Learn strategies for continuous delivery with tools like Jenkins and CircleCI, including build configuration management, cost considerations, and migration planning to ensure smooth software delivery.

Overview

This lesson will cover the main stages of a build pipeline, from planning to deployment. We'll also learn about the nonfunctional requirements of the software.

The stages of a build pipeline

Let's say that we're using a continuous delivery pipeline. Recently, we worked with Circle CI and Jenkins, both of which now include the ability to hold the build configuration in source control. Here ...