Feature Branching Fails Continuous Integration

Feature Branching Fails Continuous Integration

HomeValentina (Cupać) JemuovićFeature Branching Fails Continuous Integration
Feature Branching Fails Continuous Integration
ChannelPublish DateThumbnail & View CountDownload Video
Channel AvatarPublish Date not found Thumbnail
0 Views
What is feature branching (FB)?

Feature Branching is a branching strategy involving long-lived branches. For example: main branch, development branch, feature branches, bug fix branches and any others. These branches have a long lifespan, ranging from days, weeks, months, years.

One of the problems with Feature Branching is that it does NOT satisfy any of the requirements of Continuous Integration (CI).

#featurebranching #continuousintegration #cicd #optivem

Continuous Integration requires developers to merge daily with the master branch, but this does NOT happen with Feature Branching.

This is why Feature Branching (FB) does NOT meet the requirements for continuous integration (CI).

Please take the opportunity to connect and share this video with your friends and family if you find it useful.