Difference between revisions of "Continuous integration"
(Created page with "Continuous integration/continuous delivery is an integrated set of practices and tools used to merge developers' code, build and test the resulting software, and packa...") |
(→Definitions) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Continuous integration | + | [[Continuous integration]] is an integrated set of practices and tools used to merge developers' code, build and test the resulting software, and package it so that it is ready for deployment. |
==Definitions== | ==Definitions== | ||
According to the [[ITIL Foundation 4e by Axelos]], | According to the [[ITIL Foundation 4e by Axelos]], | ||
− | :[[Continuous integration]]/[[continuous delivery]]. An integrated set of practices and tools used to merge developers' code, build and test the resulting software, and package it so that it is ready for deployment. | + | :[[Continuous integration]]/[[continuous delivery]]. An integrated set of practices and tools used to merge developers' code, build and test the resulting software, and package it so that it is ready for [[deployment]]. |
[[Category: Articles]][[Category: Information Technology]] | [[Category: Articles]][[Category: Information Technology]] |
Latest revision as of 20:28, 28 December 2020
Continuous integration is an integrated set of practices and tools used to merge developers' code, build and test the resulting software, and package it so that it is ready for deployment.
Definitions
According to the ITIL Foundation 4e by Axelos,
- Continuous integration/continuous delivery. An integrated set of practices and tools used to merge developers' code, build and test the resulting software, and package it so that it is ready for deployment.