/var/logmarcus chiu

/var/log

❯

Computer

❯

Software/Fullstack Development

❯

Continuous Integration (CI) - Continuous Delivery (CD) - Continuous Deployment

Continuous Integration (CI)

Created on Dec 16, 2019 · Last Modified on Mar 25, 2022

Continuous Integration (CI) - the practice where developers continuously integrate/merge their changes back to the main branch as often as possible. The changes are then validated by creating a build via build-tools and running automated tests against the build to check that the application is not broken whenever new commits are integrated into the main branch

Subpages

  • Integrating CI & Git

Resources

  • Martin Fowler’s Article