Please enable JavaScript.
Coggle requires JavaScript to display documents.
NG: DevOps (Continuous Delivery (king this concept of Continuous…
NG: DevOps
Continuous Delivery
king this concept of Continuous Integration to the next step. Once the application is built, at the end of every Continuous Integration build, deliver it to the next stages in the application delivery lifecycle. Deliver it to the QA team for testing and then to the operations team (the Ops in DevOps) for delivery to the production system.
goal of Continuous Delivery is to get the new features that the developers are creating, out to the customers and users as soon as possible
-
-
-
-
DevOps
practice that stresses communication, collaboration, integration b/w software developers and IT professionals
-
-
-
-
Continuous Integration
-
forces developers and team of developers to integrate their individual work with each others as early as possible.
-
agile promotes small batch sizes, frequent integration, and shorter feedback loops
ci is the process of integratin code into a main baseline
cd is about the process that has to happen after code is integrated for app changes to be delivered to the users