New CI tool: Crazy Ivan

by admin on February 3, 2010

Continuous integration should really just be a script that captures the output of running your project update & test commands and presents recent results in a static html page”

This quote showed up on one my Twitter searches a couple of times.  I thought it was an enthusiastic tweet, but it turns out to be one of the smallest Continuous Integration servers in the world.  I had a peek at the code on GitHub – looks like this is a good way to kickstart CI in a Ruby shop.

I’m all for people using small, functional tools (hey, it’s the Unix way), but I think it’s good to have a plan B in mind.  For example, do you want a release process driven by your Continuous Integration server?

Sorry Windows peeps: this tool is unlikely to work for you.  It’s based around bash scripts, and process management looks like it wouldn’t take kindly to non-*nix operating systems.

Link.

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

Related posts:

  1. Tool News, February 2010 There’s a new Hudson out. It’s got 7 bug...
  2. Kohsuke Kawaguchi Hudson Webinar I thought I was pretty good at guitar once....
  3. 18 Continuous Integration Questions Top .NET dog Roy Osherove just blogged some good...
  4. Better Apache Ant Builds Abstract: We did two CITCON sessions here; Joe Schmetzer...
  5. Build Guru in London this February No, it’s not me! It’s John Smart (aka @wakaleo);...

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

blog comments powered by Disqus

Previous post: Links for 2010-02-02

Next post: Links for 2010-02-03