On Jan 24, 2008 10:48 AM, Tyler Smart <[EMAIL PROTECTED]> wrote:

> Hi all,
>
>
> Right now I have this in the config file
>
>
> # Project-specific configuration for CruiseControl.rb
>
>
> Project.configure do |project|
>
> project.email_notifier.emails = ['blah',
>  'blah', 'blah']
>
>   project.email_notifier.from = "blah"
>
>  # case project.name
>  # when 'mdh' then project.rake_task = 'cruise:all_tests'
>  # else raise "Don't know what to build for project
>  #{project.name.inspect}"
>  # end
>
> Configuration.dashboard_url = 'http://testing.mydecisionhelper.com '
>
>   # Send email notifications about broken and fixed builds to
> [EMAIL PROTECTED], [EMAIL PROTECTED] (default: send to nobody)
>   # project.email_notifier.emails = ['[EMAIL PROTECTED]', '[EMAIL PROTECTED]
> ']
>
>   # Set email 'from' field to [EMAIL PROTECTED]:
>   # project.email_notifier.from = '[EMAIL PROTECTED]'
>
>   # 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 wor$
>   # [cruise]/projects/your_project/work, so if you do not keep
> build_my_app.sh in version control, it should be '../build_m$
>   # 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
>
>
> Our build fails and the only message I get back is "build failed" in the
> build log. I would like a more comprehensive message in the field,  is there
> way to do this?
>
> I see build failed on the dashboard.
>
> Tyler
>
>
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to