Computer Science, asked by YAVA6169, 1 year ago

_____________________ is a paradigm to move code from check-in to production in a controlled way.
None of the options
Deployment Pipeline
Both the options
Integration Pipeline

Answers

Answered by gogiya167
1

Dear Student:

The continuous delivery pipeline is a paradigm to move code from check-in to production in a controlled way.One of the advantage of continuous delivery is to respond to market change at fastest rate and with less errors.

Hope it helps

Thanks

With Regards

Answered by smartbrainz
2

Deployment Pipeline is a paradigm to move code from check-in to production in a controlled way.

Explanation:

  • A 'deployment pipeline' is an automated process of taking code from version control and making it readily available to users.
  • Each change to the software is going through a complex procedure on its way to being released. This process involves constructing code, followed by the success of these builds over multiple phases of testing and implementation.
  • 'Deployment pipeline' models this method, which controls the advancement of each change as it moves from 'version control' through various test sets and deployments to releases to users.

To know more

Deployment pipeline is an extension of ______________

https://brainly.in/question/4305238

The deployment pipeline is initiated by the creation of a release candidate.

https://brainly.in/question/4631423

Similar questions