Continuous Integration / Continuous Delivery (CI/CD)
Continuous Integration (CI): The practice of merging all developers' working copies to a shared mainline several times a day. Continuous Delivery (CD): The practice where code changes are automatically prepared for a release to production. Together, they form the "CI/CD Pipeline".