Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoughtworks/cruisecontrol.rb
CruiseControl for Ruby. Keep it simple.
https://github.com/thoughtworks/cruisecontrol.rb
Last synced: 3 months ago
JSON representation
CruiseControl for Ruby. Keep it simple.
- Host: GitHub
- URL: https://github.com/thoughtworks/cruisecontrol.rb
- Owner: thoughtworks
- License: apache-2.0
- Archived: true
- Created: 2008-07-29T21:56:49.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T18:59:45.000Z (about 5 years ago)
- Last Synced: 2024-05-30T01:07:36.956Z (5 months ago)
- Language: Ruby
- Homepage: http://cruisecontrolrb.thoughtworks.com
- Size: 41.3 MB
- Stars: 614
- Watchers: 23
- Forks: 208
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# CruiseControl.rb: Simple Continuous Integration
###Introduction
[CruiseControl.rb](http://cruisecontrolrb.thoughtworks.com) is a [continuous integration](http://martinfowler.com/articles/continuousIntegration.html) server. It keeps everyone in your team informed about the health and progress of your project.
CC.rb is easy to install, pleasant to use and simple to hack. It's written in Ruby and maintained in their spare time by developers at [ThoughtWorks](http://www.thoughtworks.com), a software development consultancy.
[](https://travis-ci.org/ianheggie/cruisecontrol.rb)
[](https://codeclimate.com/github/ianheggie/cruisecontrol.rb)
[](https://gemnasium.com/ianheggie/cruisecontrol.rb)### Links
* Documentation: http://cruisecontrolrb.thoughtworks.com/documentation/docs
* Source: http://github.com/thoughtworks/cruisecontrol.rb
* IRC: #cruisecontrol on freenode.
* Download: `git clone [email protected]:thoughtworks/cruisecontrol.rb.git`### The quick how-to
$ ./cruise start
This should start CC.rb on port 3333. To add new projects, there's a GUI interface, or you can use the command line:
$ ./cruise add [project-name] -r [repository] -s [svn|git|hg|bzr]
### License:
* Apache Software License 2.0
(C) ThoughtWorks Inc. 2007 - 2013