18 Continuous Integration Questions

by admin on January 22, 2010

Top .NET dog Roy Osherove just blogged some good questions about choosing a build automation or CI tool. This comes hot on the heels of his post about the difference between continuous build and continuous integration.

Here’s a few more questions:

  • If someone breaks the config, can I roll it back?
  • If not, can I secure it so that people can manage their own projects?
  • Can I use the tool to help release code as well as build/test/integrate?
  • Is there an ecosystem around the tool? (plugins, etc)
  • Can I trace artifacts of a build back to the original commit?
  • Is it platform agnostic (I won’t go back to the days of 3 ports of CruiseControl, thanks very much)

What would your questions be?

18 Questions to ask yourself when choosing continuous integration and build automation tools – ISerializable – Roy Osheroves Blog.

Share with the group:
  • Digg
  • del.icio.us
  • Facebook
  • DZone
  • LinkedIn
  • Slashdot
  • StumbleUpon

Related posts:

  1. Every Continuous Integration server that supports Ruby + Git As I posted, I’m on a quest for the...
  2. Continuous Integration is an attitude Question: How do we prevent integration pain? Answer: Continuous Integration....
  3. The quest for a decent Ruby Continuous Integration tool Git has become very popular in the Ruby community. Github...
  4. 6 Big Visible Continuous Integration Tools I love Information Radiators. You can have all the Twitter...
  5. New Continuous Integration system I got a mail a few weeks ago from Mr...

Related posts brought to you by Yet Another Related Posts Plugin.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Links for 2010-01-21

Next post: Links for 2010-01-22