Continuous Delivery Pipelines
$10.99
Minimum price
$16.99
Suggested price

Continuous Delivery Pipelines

How to Build Better Software Faster

About the Book

The essential handbook on how to build, use and improve your Continuous Delivery Pipeline.

If you want to create Better Software Faster, then you need Continuous Delivery, and at the heart of Continuous Delivery is the Deployment Pipeline.

You may already have one, or be thinking about building your first! Either way, this book offers a step-by-step guide to get the best Deployment Pipeline for your software.

Written by the inventor of the Deployment Pipeline and author of the award-winning book "Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation", Dave Farley, shares his advice and experience in this practical handbook. 

  • Share this book

  • Categories

    • Software Engineering
    • Computers and Programming
    • DevOps
    • Software
    • Testing
    • Automated Software Testing
    • Computer Science
    • Engineering
    • Agile
    • Lean
  • Feedback

    Email the Author(s)

About the Author

David Farley
Dave Farley

Dave Farley is a pioneer of Continuous Delivery, thought-leader and expert practitioner in CD, DevOps, TDD and software development in general.


Dave has been a programmer, software engineer and systems architect for many years, from the early days of modern computing, taking those fundamental principles of how computers and software work, and shaping ground-breaking, innovative approaches that have changed how we approach modern software development. Dave has challenged conventional thinking and lead teams to build world class software.


Dave is co-author of the Jolt-award winning book - "Continuous Delivery", and a popular conference speaker on Software Engineering. He built one of the world’s fastest financial exchanges, is a pioneer of BDD, an author of the Reactive Manifesto, and a winner of the Duke award for open source software with the LMAX Disruptor. 


Dave is passionate about helping development teams around the world improve the design, quality and reliability of their software, by sharing his expertise through his consultancy, YouTube channel, training courses and books.

Packages

The Book
  • PDF

  • EPUB

  • WEB

  • English

$10.99
Minimum price
$16.99
Suggested price
Team Edition - 20 copies

Buy 20 copies of the "Continuous Delivery Pipelines" book with a single purchase, to distribute to your team and colleagues.

  • PDF

  • EPUB

  • WEB

  • English

$299.00
Minimum price
$299.00
Suggested price
Department Edition - 75 Copies

Buy 75 copies of Dave Farley's "Continuous Delivery Pipelines" book with a single purchase, to distribute to your department, new starters and colleagues.

  • PDF

  • EPUB

  • WEB

  • English

$999.00
Minimum price
$999.00
Suggested price

Reader Testimonials

Peter Koch
Peter Koch

Compact, full of good advice, well written.

Really nice NEW book. Compact, full of good advice, well written. Can highly recommend it to every Software Engineer who would like to have a complete and practical overview of the topic 5 out of 5 stars

Eduardo Ferro Aldarma
Eduardo Ferro Aldarma

This is a great book at a great price.

To learn about how to organize CD pipelines, this book from dave farley is a must... 140 pages full of insights.

Paulus Esterhazy
Paulus Esterhazy

This book does a great job of clarifying crucial devops concepts.

This book does a great job of clarifying crucial devops concepts. I thought I knew what the job of a build server was. Turns out I didn't, not clearly at least. The book doesn't discuss tools - A good choice — concepts matter more.

R. Todorov
R. Todorov

Extremely useful if you care about Continuous Delivery.

Very helpful, extremely useful if you care about true CD (and you should!)

Dale Hagglund
Dale Hagglund

A great overview of the whole process.

It's fantastic. Concise, but still gives a great overview of the whole process.

Ned Gerblansky
Ned Gerblansky

Great, straight to the point and reasonably priced.

Great, straight to the point and reasonably priced.

Zachary Meyer
Zachary Meyer

Great book and I highly recommend it.

Great book and I highly recommend it.

Renato Todorov
Renato Todorov

Life-Changing!

This book (and your other books and videos) are life-changing for people like me, with low experience of Continuous Delivery. It has been of great use to me in inspiring people on adopting the practises.

Table of Contents

  •  
    • Preface
  • Deployment Pipeline Foundations
    • Chapter 1 - Introduction to Continuous Delivery
      • What is Continuous Delivery?
      • Three Key Ideas
      • Seven Essential Techniques
    • Chapter 2 - What is a Deployment Pipeline?
      • Scope and Purpose
      • Key Stages of a Deployment Pipeline
      • Key Practices for a Deployment Pipeline
      • Working Efficiently
      • Small, Autonomous Teams
      • The Deployment Pipeline is a Lean Machine
    • Chapter 3 - How to Build a Deployment Pipeline
      • Getting Started
      • Create a Commit Stage
      • Create an Artifact Repository
      • Create an Acceptance Stage
      • Create a Simple Version of Production
      • Next Steps
    • Chapter 4 - Test Driven Development
      • What is TDD?
      • Test First
      • Test All the Time
      • The Impact of Test-First on Design
      • Using ‘Testability’ to Improve Design
    • Chapter 5 - Automate Nearly Everything
      • Automation - An Essential Component of Continuous Delivery
      • Test Automation
      • Build and Deployment Automation
      • Automate Data Migration
      • Automate Monitoring and Reporting
      • Infrastructure Automation
      • Benefits of Automation
      • Tips for Automation
    • Chapter 6 - Version Control
      • Control the Variables
      • What to Version Control?
      • Reproducible Systems
      • The Route to Production
      • Branching
  • Deployment Pipeline Anatomy
    • Chapter 7 - The Development Environment
      • Paving the Way for the Deployment Pipeline.
    • Chapter 8 - The Commit Cycle
      • The Gateway to the Deployment Pipeline
      • Commit Stage Tests
      • Feedback in Five Minutes
      • Working in Small Steps
      • Continuous Integration
      • Generating Release Candidates
      • Summary
    • Chapter 9 - The Artifact Repository
      • The Heart of the Deployment Pipeline
      • Scope and Purpose
      • Storage Management
      • Next Steps
    • Chapter 10 - The Acceptance Stage
      • Confidence to Release
      • Aims of the Acceptance Stage
      • Steps in Running Acceptance Tests
      • What are Acceptance Tests?
      • How to Write Acceptance Tests
      • The Four-Layer Approach
      • Automating the Acceptance Stage
      • Scaling Up
      • Tips for Writing Acceptance Tests
    • Chapter 11 - Manual Testing
      • The Role of Manual Testing
      • When to Add Manual Testing
    • Chapter 12 - Performance Testing
      • Evaluating the Performance of our System
      • Pass/Fail Performance Tests
      • Testing Usability
      • Component-Based Performance Testing
      • System-Level Performance Testing
      • High-Performance, Low-Latency Systems
      • Long-Running Tests
      • Control the Variables
    • Chapter 13 - Testing Non-Functional Requirements
      • What are Non-Functional Requirements?
      • Scalability
      • Testing Failure
      • Compliance and Regulation
      • Provenance
      • Audit and Traceability
      • Security Testing
      • Team Responsibility
    • Chapter 14 - Testing Data and Data Migration
      • Continuous Delivery and Data
      • Data Migration
      • Data Migration Testing Stage
      • Data Management
      • Limits of Deployment-Time Migration
      • Testing and Test Data
    • Chapter 15 - Release Into Production
      • Defining Releasability
      • The Production Environment
      • When to Release?
      • Release Strategies
      • Feedback from Production
      • In Production
      • Conclusion
  • Whole Pipeline Considerations
    • Chapter 16 - Infrastructure As Code
      • What is Infrastructure As Code?
      • Infrastructure Configuration Management
      • Recommended Principles
      • Recommended Practices
      • Infrastructure As Code and the Cloud
    • Chapter 17 - Regulation and Compliance
      • Responding to Regulatory Requirements
      • Techniques that Facilitate Regulatory Compliance
      • What Can Go Wrong?
      • The Deployment Pipeline as a Tool for Compliance
      • Continuous Compliance
    • Chapter 18 - Measuring Success
      • Making Evidence-Based Decisions
      • Purpose
      • Quality
      • Efficiency
      • Throughput and Stability
      • Calculating Lead Time
      • Improving Lead Time
      • Follow a Lean approach
    • Chapter 19 - The LMAX Case Study
      • About LMAX
      • Scope and Scale
      • Design, Tools and Techniques
      • The Commit Stage in 4 Minutes
      • The Acceptance Stage in 40 Minutes
      • A Decision on Releasability in 57 Minutes
      • Into Production
      • Take-Aways
    • Chapter 20 - The Role of the Deployment Pipeline
  • Appendices
    • Appendix A - More Information
      • The Continuous Delivery Book
      • The Continuous Delivery YouTube Channel
      • Continuous Delivery Training
      • Further Reading
  • Notes

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

80% Royalties. Earn $16 on a $20 book.

We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub