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?
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? Cheers, Brian On Mon, Nov 2, 2009 at 10:48 AM, Joe Ersinghaus <[email protected]> wrote: > Hello, > > I've got cruisecontrol.rb running and testing an air/fluint application > successfully and just had a few questions I could not find the answers to in > the docs although that doesn't mean they're not there? :) > > 1. Is there a way to publish the junit formatted xml test output for a > fluint test run inside the projects dashboard? > > 2. Is there a way to publish the junit formatted xml test output for a > fluint test run in an email upon build failure? > > 3. Is it possible to trigger some kind of script upon test passing that > would allow me to then copy/deploy/stage a "cruised" rails project to a > remote server? > > > Thanks, > Joe > > -- > Joe Ersinghaus > Information Technology & Communications > New Mexico Department of Agriculture/New Mexico State University > MSC 3189, P.O. Box 30005 > Las Cruces, NM, USA 88003-8005 > Phone: (575) 646-7094 > Fax: (575) 646-1841 > Email: [email protected] > > > Confidentiality Notice: > New Mexico has a very broad public records law. Most written communications > to or from state employees are public records. Your e-mail communications > may therefore be subject to public disclosure. This e-mail, including all > attachments is for the sole use of the intended recipients. Any > unauthorized review, use, disclosure or distribution is prohibited unless > specifically provided under the New Mexico Inspection of Public Records Act. > _______________________________________________ > Cruisecontrolrb-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
