Emergency fixes must go through the deployment pipeline? True/False
Answers
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.
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.