CruiseControl.rb is a continuous integration tool, written in Ruby. It is quick to install, simple to use and easy to hack.
Ruby JavaScript
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 7 commits ahead, 6 commits behind benburkert:master.
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= app
carview.php?tsp= config
carview.php?tsp= daemon
carview.php?tsp= db/migrate
carview.php?tsp= doc
carview.php?tsp= lib
carview.php?tsp= log
carview.php?tsp= public
carview.php?tsp= script
carview.php?tsp= tasks
carview.php?tsp= test
carview.php?tsp= vendor
carview.php?tsp= .gitignore
carview.php?tsp= .hgignore
carview.php?tsp= .project
carview.php?tsp= CHANGELOG
carview.php?tsp= Capfile
carview.php?tsp= DEPENDENCIES
carview.php?tsp= GIT_FORK_TODOS
carview.php?tsp= LICENSE
carview.php?tsp= README
carview.php?tsp= Rakefile
carview.php?tsp= cruise
carview.php?tsp= cruise.cmd
carview.php?tsp= cruise_config.rb
carview.php?tsp= cruisecontrol.iml
carview.php?tsp= cruisecontrol.ipr
carview.php?tsp= trigger-build.rb

README

== CruiseControl.rb
=== What's this?
CruiseControl.rb is a continuous integration tool. Its basic purpose in life is to alert members of a software project
when one of them checks into a source control system something that breaks the build.
CC.rb is easy to install, pleasant to use and simple to hack. It's written in Ruby.
===Download the latest release from:
* https://rubyforge.org/frs/?group_id=2918
=== Project web site
* https://cruisecontrolrb.thoughtworks.com
===Project RubyForge site (for developers)
* https://rubyforge.org/projects/cruisecontrolrb/
===License:
* Apache Software License 2.0
(C) ThoughtWorks 2007