Main.ContinuousIntegration History

Hide minor edits - Show changes to markup - Cancel

May 20, 2005, at 12:09 PM by Jettro Coenradie -
Changed line 38 from:

If you like the pragmatic programmer stuf, consider buying the book :

to:

If you like the pragmatic programmer stuf, consider buying the book, see my blog for a book review.

May 20, 2005, at 12:01 PM by 62.41.64.133 -
Added line 38:

If you like the pragmatic programmer stuf, consider buying the book :

April 23, 2005, at 09:48 PM by Jettro Coenradie -
Changed lines 7-8 from:

http://www.gridshore.nl/pub/images/ContinuousIntegration.jpg

to:
April 23, 2005, at 09:01 PM by Jettro Coenradie -
Changed lines 35-37 from:

to:

Does this all sound as a lot work to you? Well, it is, at least the first time. Of course you are not the first to walk this way. There are a lot of tools? available and maybe even more books.

April 23, 2005, at 02:24 PM by Jettro Coenradie -
Changed lines 9-16 from:

Explain the image

Another term used in this book is crisp builds :
Complete
Repeatable
Informative
Schedulable
Portable

to:

The image shows a number of important parts of continuous integration:

One step builds

With one step you must be able to execute a complete build, run the unit tests and create a deployable unit. Another term used in the mentioned book is CRISP builds :
Complete - No manual actions necessary to create a build and run tests
Repeatable - You should be able to recreate previous builds
Informative - If a build fails comments should be as obvious to find the problem
Schedulable - It must be possible to schedule a build on a certain interval or at a certain time
Portable - It should be to difficult to port the build to another machine

Scheduled builds

A scheduled build is not the same for every project. There are a few options:

  • Every time a build is finished, start the next build.
  • At a certain interval, every two hours or every day for example.
  • Every time something is changed in the source Repository (a new checked in file)

Push button releases

At the push of a button you want to create a complete release, that means including documentation and installation files.

Installation and deployment

Installation and deployment must be automated as well, within an ideal situation, no manual interaction should be necessary to deploy your applicatiom.

Monitoring

Throughout all the steps you need to receive reports about a build, alerts when the build is broken, and when a new release is created, etc.

April 23, 2005, at 01:07 PM by Jettro Coenradie -
Added lines 1-4:

Continuous integration is widely discussed on the internet. Google gives about 70000 hits. Talking about it is not enough, you need to have a consistent appraoch over all your projects. In a few words, what does it mean. Continuous integration means you can create complete builds, unit test and deploy them continuously. On top of that, if your projects consists of multiple subprojects, integration makes sure continuously that all different components integrate with each other.

Why would you consider continuous integration? Start with an iterative development process. Create your components, finalize them and try to integrate them with each other. This can give you a lot of problems. Therefore you should start integrating your components much sooner, preferably continuously. That is what Continuous integration is about.

Added lines 9-10:

Explain the image

April 22, 2005, at 08:11 PM by Jettro Coenradie -
Changed lines 1-2 from:

The following image is taken from the book http://www.pragmaticautomation.com/.

to:

The following image is taken from the book http://www.pragmaticautomation.com/. The book has a very nice story at the beginning about Continous integration. If you are curious, go to the website and download the sample chapter.

April 22, 2005, at 08:06 PM by Jettro Coenradie -
Changed lines 1-10 from:

Discuss Continuous Integration

to:

The following image is taken from the book http://www.pragmaticautomation.com/.

http://www.gridshore.nl/pub/images/ContinuousIntegration.jpg

Another term used in this book is crisp builds :
Complete
Repeatable
Informative
Schedulable
Portable

April 19, 2005, at 11:57 PM by Jettro Coenradie -
Added line 1:

Discuss Continuous Integration


Page last modified May 20, 2005, at 12:09 PM