Skip to content

Commit

Permalink
Update dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Dec 15, 2023
1 parent 6b911a7 commit c4b58a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ The main signal here is clearly that the deployment frequency is low. But why a
* Is your end-to-end lead time from commit to deployment too long?
* Do you have builds that fail very often?
* Do you have flaky tests? If tests are flaky consider understanding which ones are the biggest problem and <a href="https://gauge.org/2018/10/23/taiko-beta-reliable-browser-automation/">addressing the root cause</a>.
* Are you <a href="https://kanbanize.com/blog/stop-the-line/">stopping the line</a> to address other problems?
* Are you <a href="https://businessmap.io/blog/stop-the-line">stopping the line</a> to address other problems?
* Do you have long-lived feature branches or pull-requests which are not merged often?. Very often we see the development team working hard on their branches, but the business won’t see that value until the changes are deployed. If your problem is that you have work going on in long-lived branches, consider feature toggles and <a href="https://trunkbaseddevelopment.com/">trunk based development</a>.

##Summary

In this post, we discussed what deployment frequency is, why it is important, and how to act on low deployment frequency. As we discussed in <a href="https://www.gocd.org/2018/10/30/measure-continuous-delivery-process/">our previous post</a>, there are three other important metrics we recommend measuring: lead time, change to fail percentage and MTTR. These metrics work closely with deployment frequency, and can will help you further understand the root cause of low deployment frequency. We we will cover the interrelationship of these metrics in future posts.

<%= partial 'partials/_cornered-banner.html.erb'%>
<%= partial 'partials/_cornered-banner.html.erb'%>

0 comments on commit c4b58a2

Please sign in to comment.