Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
750 views

Can you use CruiseControl to build Cocoa/Objective-C projects?

Has anyone ever set up Cruise Control to build an OS X Cocoa/Objective-C project? If so, is there a preferred flavor of CruiseControl (CruiseControl.rb or just regular CruiseControl) that would be ...
5
votes
4answers
950 views

How do I integrate my continuous integration system with my bug tracking system?

I use cruisecontrol.rb for CI and FogBugz for bug tracking, but the more general the answers, the better. First is the technical problem: is there an API for FogBugz? Are there good tutorials, or ...
3
votes
1answer
73 views

CruiseControl.rb throwing exception with Postgres

In a VPS I have Postgres installed and 2 Rails projects. Both are running on production mode and connecting PG as different users. Now I want to set CruiseControl.rb for one of them. Everything went ...
3
votes
6answers
295 views

Remotely Track the Current Branch in Git

I'm moving my continuous testing to a dedicated server (autotest slows down my local laptop too much). What I'd like is for my testing server (which happens to be running CruiseControl.rb) to be ...
2
votes
3answers
687 views

Continuous integration / Cruisecontrol advice

I've been tasked with setting up a continuous integration server for our project and am weighing up the options. I would like to use cc.rb rather than cc for the simple fact that I'd rather be ...
1
vote
1answer
29 views

Advice on Rails and CI, how often does this run exactly? or what is common practice

First off, is autotest and cruisecontrol performing the same sort of CI tasks? I want to setup something that will run my unit tests, and also integration tests on my local MBP computer i.e. I don't ...
1
vote
2answers
100 views

Problem in setting up Cruise Control in RAILS 3

I just setup cruise control on my server for my projects . But now i am little bit confused how these rake task and capistrano work . I tried lots of settings but still no success . If somebody help ...
1
vote
1answer
61 views

Using build_command with CruiseControl.rb

I'm using cruisecontrol.rb for continuous integration, and have the following settings in cruise_config.rb. Project.configure do |project| ... project.build_command = 'my_build_script.sh' ... ...
1
vote
1answer
66 views

Automated testing of privileged operations

How do you unit/integration test code that requires a different privilege level than exists in your continuous integration environment? In my non-root, CCRB-driven build environment, I've got some ...
1
vote
2answers
507 views

CruiseControl.rb PATH

I'm trying to get CruiseControl.rb to run rcov during a build. It's currently failing with the following error: sh: rcov: not found Since I can run rcov from the shell when I log in, I figure that ...
1
vote
3answers
544 views

CruiseControl.rb: running cruise rake task with current revision as parameter

when CruiseControl.rb wants to perform an integration test it looks for a rake task called "cruise" within the project and executes it. Is there a way to hand over the current revision number to ...
1
vote
2answers
698 views

Ruby on Rails and CruiseControl.rb

How do I set up the email notification with CruiseControl.rb? I've specified the ActionMailer::Base.smtp_settings in the site-config.rb but where do I specify who will receive the email notification? ...
1
vote
3answers
745 views

CruiseControl.rb SVN Access Denied

I'm having a problem where I have been able to add a project to CC.rb perfectly fine but when I start the service I get "Access Denied" messages each time it checks with Subversion for a newer ...
0
votes
0answers
33 views

Steps for the cruise control.rb and capistrano integration

I want to use the cruise control.rb which will test the buid and if the build is successful it will deploy the application to the server without user intervention. Can anyone please tell methe exact ...
0
votes
0answers
78 views

Setting up a Cruise control with rspec, metrical, rcov for Rails

I would like to setup cruisecontrol with rspec and rcov (+ metrical). I see one old post http://jerrett.net/entries/general/enforcing-spec-coverage-with-cruisecontrol-rcov-and-rspec written in 2007. ...
0
votes
1answer
238 views

CruiseControl.rb: Error in plugin EmailNotifier: 501 5.1.7 Bad sender address syntax?

I can't seem to figure this out. I setup my email address in cruisecontrol.rb but no matter how I set it, it always gives me this error. Current settings are: project/cruise_config.rb: ...
0
votes
1answer
202 views

CruiseControl.rb always running my projects in production mode?

I'm curious as to why when I build my project using CruiseControl.rb, it runs it in production mode? Even though my application should not be in production mode. I even tried to specify: ...
0
votes
2answers
172 views

cruisecontrol.rb

we are using cruisecontrol.rb for CI. but cruise control is failing with this output /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/site_ruby/1.8/rubygems.rb:258:in `activate': can't activate ...