On Jan 24, 2008 10:48 AM, Tyler Smart <tyleresmart at gmail.com> 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
> email1 at your.site, email2 at your.site (default: send to nobody)
> # project.email_notifier.emails = [''email1 at
your.site'', ''email2 at your.site
> '']
>
> # Set email ''from'' field to john at doe.com:
> # project.email_notifier.from = ''john at 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 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080124/495ac510/attachment.html