RubyOnRails-2-0-stable build 8910
finished at 2:14 PM on 22 February 2008 taking 2 seconds
Build Changeset
This is the first build
Build Log
/usr/ccrb/shared/projects/RubyOnRails-2-0-stable/work $ ruby -e require 'rubygems' rescue nil; require 'rake'; load '/usr/ccrb/releases/20080222015221/tasks/cc_build.rake'; ARGV << '--nosearch' << 'cc:build'; Rake.application.run; ARGV.clear
(in /usr/ccrb/shared/projects/RubyOnRails-2-0-stable/work)
[CruiseControl] Invoking Rake task "test"
sh: -e: command not found
sh: -e: command not found
sh: -e: command not found
sh: -e: command not found
sh: -e: command not found
sh: -e: command not found
Project Settings
# Project-specific configuration for CruiseControl.rb
Project.configure do |project|
# Send email notifications about broken and fixed builds to email1@your.site, email2@your.site (default: send to nobody)
# project.email_notifier.emails = ['email1@your.site', 'email2@your.site']
# Set email 'from' field to john@doe.com:
# project.email_notifier.from = 'john@doe.com'
# Build the project by invoking rake task 'custom'
# project.rake_task = 'custom'
# Build the project by invoking shell script "build_my_app.sh". Keep in mind that when the script is invoked, current working directory is
# [cruise]/projects/your_project/work, so if you do not keep build_my_app.sh in version control, it should be '../build_my_app.sh' instead
# project.build_command = 'build_my_app.sh'
# Ping Subversion for new revisions every 5 minutes (default: 30 seconds)
# project.scheduler.polling_interval = 5.minutes
end

