Build Pipelines

Learn about the stages of a build pipeline.

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 ...