search for: cruise_config

Displaying 8 results from an estimated 8 matches for "cruise_config".

2008 Jan 05
3
Builder Plugin vs. Rails Plugin vs. ??? for one-click deploy
...ploy'' or something similar) a revision that has built successfully by clicking a link or button on the builds/show page. (I.e., something that satisfies http://jira.public.thoughtworks.org/browse/CCRB-55.) Since I want to be able to configure the command to run in each project''s cruise_config.rb, I looked into making it a builder plugin (even though those normally do all their work in the builder processes rather than the web app). I was happy to find the builder plugins are created in the web app process, but then disappointed to find out the project configuration isn''t loade...
2009 Sep 15
3
how to run all tests AND metric_fu
...t?s say every 24 hours). how do i have to configure cruisecontrol.rb? both rake tasks work. however, when i configure cruisecontrol.rb as described on the metric_fu website, i.e. add ''project.rake_task = ?metrics:all? project.scheduler.polling_interval = 24.hours? to the projects cruise_config.rb, only the metrics:all task is executed, but not the tests. how do i configure cruisecontrol.rb so that both are run?
2010 Jun 24
1
Scheduling a nightly build - config options
Hello, I downloaded the latest cruisecontrol.rb from github and tried configuring a schedule for building every 24 hours. Below is my project specific cruise_config.rb. What''s happening is, cruisecontrol.rb is not honoring the polling_interval of 1.day and it keeps building continuously (true to it''s nautre of continuous buids), which I assume it''s using the default polling interval of 5 minutes. Am I missing any other configurat...
2007 Mar 17
10
a WARNING about cruise task or user-specified build task for Rails
If (like me) you use ccrb to test a Rails app and (like me) you define your own :cruise task, because, for example, you use rspec rather than Test::Unit and (like me) you have the RAILS_ENV ||= ''production'' line in environment.rb (because, like me, you use crummy shared hosting) Your build will run in production mode, possibly screwing up your production database,
2008 Jun 09
2
SVN credentials
Hello All, Where are the username and password for your SVN repo stored for a cruisecontrol.rb project? I can see where you specify it when you add a project but I have been unable to find it to change it. Thanks -- Steve Kickert CEO Riverock Technologies www.riverocktech.com 952-232-5280 (direct) 612-965-1909 (mobile) -------------- next part -------------- An HTML attachment was
2008 Mar 31
1
cruisecontrol.rb with C++ projects
Hi, This has probably been asked a hundred times, but I couldn''t find the answer: how do I configure cruisecontrol.rb to build a c/c++ makefile? Thanks This e-mail message has been sent by Elbit Systems Ltd. and is for the use of the intended recipients only. The message may contain privileged or commercially sensitive information . If you are not the intended recipient you are hereby
2007 Jul 06
0
CCRB and ci_reporter XML output: How do you display custom build artifacts
...reporter (having previously installed CruiseControlRB), as both a gem and a rails plugin. The tests are invoked by an explicit project.command (rake ci:setup:testunit test - I probably shouldn''t need to do this explicitly but I''m semi-following ci_reporter instructions here) from cruise_config.rb. At the completion of the tests I see XML files generated in my work/test/reports directory but what further set up do to CruiseControlRB or ci_reporter do I need to create a custom build artifacts build report generated from this XML as an HTML page showing on the dashboard? The dashboard loo...
2008 May 23
8
version 1.3 build log truncation
Hi All, I have upgraded to verion 1.3. Our build output has huge text in it and what I notice is that in 1.3 the I do not see complete build.log. Is there any flag to control this? I want to see the complete build output because the last few lines has interesting output about what part of build failed. Thanks and Regard, Manish