Which pipeline is a paradigm to move code from check-in to production in a controlled way?
Answers
The answer is continuous delivery.
The continuous delivery pipeline is a paradigm to move code from check-in to production in a controlled way. The main aim is to make software updates available to users on a constant basis. In this case, a software update may be moved directly to the Production phase from the Development phase without passing through the Test phase.
Continuous delivery has various advantages. Three major benefits are:
*Ability to respond to market changes at a fast rate
*Make required modifications very quickly
*Lesser chances of errors
The continuous delivery pipeline moves code from check-in to the production in a controlled way.
The prime objective is to make software-updates available to the users consistently.
Software update may be moved directly from the Development phase to the Production phase by-passing the Test phase.
Continuous delivery pipeline has several advantages and they include the
1) ability to respond to changes in market at a prompt rate
2) Make changes quickly
3) There are fewer chances of errors.