Assessing DevOps with Continuous Delivery statements
dev.to·7h·
Discuss: DEV
DevOps
Preview
Report Post

You can use the Continuous Delivery statements to assess your software delivery performance. This technique is interesting as it doesn’t need specific technical practices. Instead, it focuses on what capabilities the technical practices should bring to your team.

There are only 4 statements in the set:

  1. Software is always deployable
  2. You prioritize work to keep software deployable
  3. You have fast, automated feedback for every change
  4. On-demand automated deployments for any version and environment

Always deployable

To keep software deployable at all times, you need to detect functional bugs early in your deployment pipeline. You must also continuously maintain the system’s quality attributes, like security and performance.

When working on new features, use [feature toggl…

Similar Posts

Loading similar posts...