35.3k views
1 vote
___ is a central part of continuous deployment?

(1 ) Release Stage
(2) Continuous Integration
(3) Deployment Pipeline

2 Answers

5 votes
3 deployment pipeline
User Rodrigo Reis
by
7.6k points
3 votes

___ is a central part of continuous deployment?

(1 ) Release Stage

(2) Continuous Integration

(3) Deployment Pipeline

Answer

Development pipeline is a central part of continuous deployment

Development pipeline can be used to provide quick feedback to the team during deployment.

Development pipeline works in different ways

and software deployment can be divided in different stages,

and each stage is used to run a task to complete a deveploment on continuous basis

.hence option 3 development pipeline is the correct answer.


User Ryan Chu
by
7.6k points