Why App Dev Needs A Better Deployment PipelineWhy App Dev Needs A Better Deployment Pipeline

A more trusted deployment process lets developers launch new code more often.

Charles Babcock, Editor at Large, Cloud

November 16, 2011

2 Min Read
information logo in a gray background | information

One important step to getting developers and IT operations working more closely is to make sure developers are writing code on the same environment it'll run on in production. It may sound obvious, but ask around with your developers, and you'll be surprised at how often that's not the case.

The next step is to build an automated test capability, so that every build is subject to not only the unit tests and function tests that verify new features but production environment tests that seek to uncover hidden defects. That's the advice of Jez Humble, co-author of Continuous Delivery and a consultant with ThoughtWorks Studios, an agile development consulting firm. The testing process should serve as an extension of the production environment, Humble says, so that software that's passed all the testing can be deployed with the push of a button, instead of a lot of manually written scripts, painful setbacks, and impromptu patches. Humble calls this the "deployment pipeline"--a well-defined environment where coders know if the software works or doesn't, so operations doesn't have to discover problems on its own. The upside for developers is that, if the pipeline approach works, they can submit code for deployment more often, since operations trusts it will not break the system.

"Developers have to own the SLAs," Humble says. "They're the ones who get called in the middle of the night if the software doesn't live up to expectations."

Go to the main story:
Where Agile Development Fails: IT Operations information: Nov. 28, 2010 Issue

information: Nov. 28, 2010 Issue

Download a free PDF of information magazine
(registration required)

Read more about:

20112011

About the Author

Charles Babcock

Editor at Large, Cloud

Charles Babcock is an editor-at-large for information and author of Management Strategies for the Cloud Revolution, a McGraw-Hill book. He is the former editor-in-chief of Digital News, former software editor of Computerworld and former technology editor of Interactive Week. He is a graduate of Syracuse University where he obtained a bachelor's degree in journalism. He joined the publication in 2003.

Never Miss a Beat: Get a snapshot of the issues affecting the IT industry straight to your inbox.

You May Also Like


More Insights