Continuos Integration/Continuous Delivery Flashcards
What are the CI/CD Pipieline Steps?
Plan
Code
Build
Test
Release
Deploy
Operate
What step defines specifications and scope for the project?
Plan
What step is where developers create code simultaneously, making frequent commits to a repository using an IDE?
Code
What step packages code and compiles it with the necessary dependencies and can be triggered by a code commit?
Build
This step consists of unit testing, integration testing, regression and user acceptance testing
Test
At this stage the build is ready for deployment
Release
This step can happen automatically or manually there are several tools that reduce the downtime to near zero.
Deploy
This step involves continuous monitoring to ensure everything is functioning as expected
Operate
What does CI/CD stand for?
Continuous integration and continuous delivery