From the course: DevOps Foundations: DevSecOps
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Continuous integration and delivery
From the course: DevOps Foundations: DevSecOps
Continuous integration and delivery
- [Instructor] Another important concept in DevOps, in DevSecOps, is continuous integration and delivery. The process looks basically something like this, where you have continuous integration and deployment that is going on once a day or many times a day. And the cycle continues and continues. Continuous integration is the first step in the process. What this means is that when a developer is finished writing the code, or on a scheduled basis, several times a day, the code is automatically checked in. When the code is checked in, it is integrated into a shared environment with the other developers. At which point, integration tests will occur to ensure that the application is ready for deployment. The CD part of CI/CD usually stands for continuous deployment. It's the next step, typically, after the CI checks pass. It is an automated release to production that happens as soon as all the unit tests pass and the build is…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Cloud and DevOps2m 26s
-
(Locked)
APIs are essential2m 32s
-
(Locked)
Finding the right toolset7m 9s
-
(Locked)
Continuous integration and delivery2m 12s
-
(Locked)
Containers and DevOps3m 35s
-
(Locked)
Securing infrastructure as code in the pipeline3m 15s
-
(Locked)
Security as code2m 20s
-
(Locked)
Application security in DevSecOps2m 58s
-
(Locked)
Leverage your existing processes6m 10s
-
(Locked)
The Ops in DevSecOps1m 59s
-
(Locked)
Continuous improvement and feedback2m 12s
-
(Locked)
-
-