| |
Continuous integration is the process of merging, building and unit testing the code of multiple developers several times a day.Continuous delivery is the process of producing software that can be released at any time. This is an extension of continuous integration that includes automated acceptance testing, user acceptance testing, operational acceptance testing, security testing and release management. Continuous delivery is implemented with a deployment pipeline whereby some environments are build multiple times a day and others are kept more stable for the purposes of testing that may include manual checks.
The DifferenceContinuous delivery is the end-to-end process of developing software in short cycles whereby code is continuously merged and tested so that it can be released at any time. Continuous integration is the subcomponent of the continuous delivery process that is completely within the control of the software development team including the process of merging code, building it and running automated and manual checks against it to validate that it is ready for testing by business units, operations and information security experts.|
| Continuous Integration | Continuous Delivery | Definition | The process of merging, building and unit testing the work of multiple developers several times a day. | The end-to-end process of developing and testing software that can be regularly released. |
Coding
This is the complete list of articles we have written about coding.
If you enjoyed this page, please consider bookmarking Simplicable.
© 2010-2023 Simplicable. All Rights Reserved. Reproduction of materials found on this site, in any form, without explicit permission is prohibited.
View credits & copyrights or citation information for this page.
|