Tagged

CI/CD & Deployments

A collection of 4 posts

Continuous Integration (CI) branching strategy and Configuration Management (CM) Framework
DevOps technical assessment

Continuous Integration (CI) branching strategy and Configuration Management (CM) Framework

There are many branching strategies available. The most popular of them are listed below: Single branch (trunk based) - Straightforward approach; Well suited for continuous delivery; Merge conflicts are usually straightforward and easy to address. Branch by customer/organization. A customized release created for a customer or organization. Standard features