Overview: CI/CD Pipelines and Integrated Testing

Take a look at what you’ll learn in this chapter.

We'll cover the following

Objective

Continuous integration (CI) and continuous delivery (CD) are two concepts that have been at the heart of software development for many years. The notion that faster compilation and faster delivery of code to environments brings faster feedback has allowed developers to receive and iterate on positive or constructive feedback. The end goal of this process is to release a better software product.

The discovery and usage of design patterns related to Agile software development don’t have to be onerous. There are general constructs that help developers to better build and release their products based on the workflow that melds best with their team setup. Platforms such as GitHub take things a step further and can provide solutions to common build and release situations out of the box.

Get hands-on with 1200+ tech skills courses.