Computer Science, asked by prateekrggupta3744, 1 year ago

Which pipeline is a paradigm to move code from check-in to production in a controlled way?


Redhat: Which pipeline is a paradigm to move code from check-in to production in a controlled way?

Answers

Answered by writersparadise
0

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
Answered by Arslankincsem
0

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.

Similar questions