August 2018
Intermediate to advanced
416 pages
12h 37m
English
The first stage of a deployment pipeline is the commit stage or whenever developers check in code to version control. As soon as code is checked in to a CI build pipeline, the build pipeline should compile any code if necessary, run a suite of unit tests (hopefully some exist) and integration tests, create any binaries if needed for the deployment pipeline later on, run static analysis tooling to check the health of the codebase, and prepare any build artifacts needed later for the deployment pipeline.
There are some other metrics that are important for the commit stage build to look at, such as code coverage, duplication in the code base, cyclomatic complexity (measures the complexity ...
Read now
Unlock full access