Computer Science, asked by javed6563, 1 year ago

Emergency fixes must go through the deployment pipeline? True/False

Answers

Answered by Answers4u
22

This is a false statement.

Emergency fixes must go through the continuous delivery path rather than deployment pipeline.

Deployment pipelines are mostly used for auditability purposes to trace the development path backwards.

The main goal would be to route emergency fixes through the normal route of continuous delivery, but under certain special cases deployment pipelines can be used.

Answered by TheBestWriter
0

This is a false statement.

Emergency fixes must go through the continuous

delivery path rather than deployment pipeline.

Deployment pipelines are mostly used for

auditability purposes to trace the development

path backwards.

The main goal would be to route emergency fixes

through the normal route of continuous delivery,

but under certain special cases deployment

pipelines can be used.

Similar questions