Computer Science, asked by pallak5203, 1 year ago

Continuous delivery encourages configuration as code true or false

Answers

Answered by sailorking
1

Continuous delivery encourages configuration as code is true.

Continuous delivery is a series of practices of continuously making change in the original code in the configuration to ensure that the configuration remains up to dated with the problems that come up over time.

                                                      Passing time brings the need of new variables and new strategy to overcome the problems. So keeping the original source code same will not solve the problem.

Answered by Arslankincsem
1

The given statement is true.

The continuous delivery can be referred as the practice of software development that helps to perform automated testing, continuous integration and the automated development.

It is a process for software development.

It can be mandated by the continuous deployment but vice versa is impossible.

It helps the rest software teams to provide the feedback and makes software flexible.

Similar questions