Hi Joe,

1. There's currently no official way to get the dashboard to render
content generated by your test run, if that's what you mean, although
I've seen teams in the past that have modified the CCRB HTML templates
to do that. Do you just want the resulting content to be
pretty-printed as XML?

Yes

2. Likewise, you can modify the build_report.html.erb template to
include whichever pieces of the build you wish. Note that you have the
full Build object available to you at email render time. At the moment
EmailNotifier doesn't support more fine-grained template
specification, but you can subclass that plugin to do the right thing
if you need to support multiple templates.

3. Projects can be triggered by the successful completion of other
projects, as follows:

  project.triggered_by :some_other_project

You can set up an automatic deploy workflow by adding a project whose
build command is the command you typically use to deploy your app and
which is triggered by the successful completion of the first build.
Does that help?

Yes it does, thank you. :)
-- 
View this message in context: 
http://old.nabble.com/a-few-noob-questions-tp26169151p26198751.html
Sent from the CruiseControl.rb - Users mailing list archive at Nabble.com.

_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to