From the course: DevOps Foundations (2016)

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Continuous integration practices

Continuous integration practices

From the course: DevOps Foundations (2016)

Start my 1-month free trial

Continuous integration practices

- In our last video, we talked about three different degrees of continuous delivery of software. We talked about continuous integration, continuous delivery, and continuous deployment. You want to think of these as building blocks on top of each other, each one of 'em depend on the previous step being implemented and adopted correctly. To get started on this video, let's return to Jez and Dave's guidance of keeping our software working all of the time. In this video, we'll go over six practices that we think are critical for getting continuous integration right. In a continuous integration build system, on each commit there's an automatically triggered build that takes the entire code base, builds it, runs all the unit tests, other code validation steps, and packages and artifact at the end along with a build status and a log. If the test fail, the build is broken for the entire team. To fix the build requires the new…

Contents