Difference between revisions of "BuildPipelinesAndContinuousDeployment"

From CitconWiki
Jump to navigationJump to search
(New page: Chris Read: Sam Newman coined the term 'build pipeline' in 2005 Jez Humble, Chris Read presented a paper at Agile 2006 Topics: Definition of a build pipeline, and what is continuous dep...)
 
(No difference)

Latest revision as of 05:05, 19 September 2009

Chris Read:

Sam Newman coined the term 'build pipeline' in 2005 Jez Humble, Chris Read presented a paper at Agile 2006

Topics:

Definition of a build pipeline, and what is continuous deployment.

Relationship between 'build pipelines' and 'lean'

Does 'continuous deployment' imply a broadly high level of practice in other areas (eg. unit testing, TDD, etc)?

How to deal with situations where a release implies downtime? --> 'it depends'

AY - Start with deployment, work backwards

JF - You don't have to start with 'production' deployments - deployment to 'production-like UAT' is a good place to start too

CR - To make it all work, you *do* need good tests and practices in place

"boy scout badges"

stages != processes