similar to: Sometimes 'git fetch origin' hangs builds

Displaying 20 results from an estimated 3000 matches similar to: "Sometimes 'git fetch origin' hangs builds"

2010 Mar 18
2
CCrb configuration for many projects
Hi! I have about 10 projects in my Cruise. I want to use metric_fu (roodi, rcov, flay) metrics. Right now I have defined :cruise task in Rakefile in each project. Is there any convention to manage cruise configuration from one place? Gem? Plugin for Rails projects? Some good habit also for custom artifacts? -- Pozdrawiam, Sebastian Nowak http://blog.sebastiannowak.net XMPP: seban at chrome.pl
2008 Feb 26
0
Best way to log output from custom plugin on build finish
I have been trying to add some logging information from my custom plugin to the build output, but no luck. I have been using variations of CruiseControl::Log.event("...") CruiseControl::Log.info("...") but nothing I try seems to output anywhere. I have looked in the build.log, production.log, _builder.log, etc Any help explaining how to log and where the messages will show
2008 Jun 13
0
Move to GitHub?
I think ccrb should have picked github to host instead of rubyforge, because of graphs like these [1], other slick interface features, and the general momentum behind the community there. Also, there are multiple [2] outdated forks there already, including mine, and AFAIK there is no easy automated way to sync. I''d have to cron a "sync" job with a local repo pulling from
2008 Aug 12
1
The CruiseControl server does not provide web URLs for projects
Hi folks, We successfully set up our ccrb app, running on a server in-house. As a first pass, I was originally running it through a terminal connected to the server via ssh, where I''d just navigated to the app''s folder then run ''cruise start''. At that time, I could connect fine to the CCTray service. We''ve subsequently
2010 Mar 11
0
alternative tmp directory?
I''m trying to determine how I can set an alternative tmp directory for cruise session files. My /tmp has filled up a few times now with ruby_sess.ff20ec1c310b4a78 (and similar) files. I cleaned them all out yesterday, and have another 532 of them today. I''ve tried a few things so far. I have a tmp/sessions directory within cruise itself, but that is not being used. In
2007 Dec 21
0
db:migrate problem
I''m having a bit of trouble getting a rails project to build properly within cruisecontrolrb. My cruise task is in lib/tasks/my_project.rake, and looks like this: task :cruise => [''db:test:purge'', ''db:migrate'', ''db:test:prepare'', ''test:coverage:clean'', ''test:coverage:prepare'',
2008 Jun 09
1
Configuration Settings
I am trying to configure CC.rb as an NT service, and have it installed using SRVANY.exe, and can access the dashboard via http://localhost:3333 Now have a few questions about config 1) Used "cruise add" to add the project, but the dashboard still the dhasboard says "There are no projects in the project directory" 2) This question may answer 1), how do I configure the
2007 Feb 21
1
Problem with adding project with Subversion username and password
Hi, I found that when adding a project with Subversion username and password, e.g. cruise add <project-name> --url <URL> --username <username> --password <password> the username and password were not actually passed to svn command. I printed out the content of scm_options in script/add_project file and found that the values of username and password were empty. Then I
2008 May 02
3
CruiseControlRb behind apache
I managed to find this in the archives, so far: http://www.nabble.com/Setting-up-CCRB-behind-apache-proxy-tt14016053.html#a14099749 Found a better alternative to doing this in my .htaccess instead of messing with the httpd.conf, in case someone is interested: --- snip --- RewriteEngine On ### for cruisecontrol RewriteBase / RewriteRule ^(.*)$ http://localhost:3333/$1 [P] AuthType Basic
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
2009 Sep 15
3
how to run all tests AND metric_fu
i want to use cruisecontrol.rb to run ?rake test? (every time a new revision is in the svn repo) and ?rake metrics:all? (let?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 =
2008 May 13
0
Problem geting web interface to work
Hi, i have installed CruiseControlRB 1.3.0. With no project added the web interface at localhost:3333 looks find. I have successfully added one of my projects (batch file which builds some c++ code) which is also building fine. But the web interface is no more working - i get the following message "Errno::EINVAL in Projects#index". I have attached a log (run with --trace) which
2007 Dec 31
0
Install woes : ''Stack level too deep'' exceptions
I have Ruby 1.8.6 03-13-2007 patch rails 2.0.2 Subversion is 1.4.5 I took the cruisecontrol-1.2.1.tgz download. I followed the steps in the getting started guide. On the "cruise add project" step I get a failure ''stack level too deep'' - No log files are created. Any ideas ? -- Gishu -------------- next part -------------- An HTML attachment was scrubbed...
2008 Jan 25
0
cruisecontrol.rb setup problems
Hi all, We are trying to set up cruisecontrol.rb on a windows machine. We have ruby, rails, cruisecontrol.rb (win32 versions). We have added the project, run throught the tests. The tests run 100% successfully. After the tests run, it apparently uses unit test collector to collect through some tests which have require on "cc:build" which it can''t find anymore and spits
2008 Jan 05
3
Builder Plugin vs. Rails Plugin vs. ??? for one-click deploy
This morning I sat down to try to start writing a cruise plugin that allows you to deploy (''cap deploy'' 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
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
2007 Feb 28
1
[ win32utils-Support Requests-8957 ] Killing grandchildren?
Support Requests item #8957, was opened at 2007-02-28 13:47 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=412&aid=8957&group_id=85 Category: win32-process Group: None Status: Open Resolution: None Priority: 3 Submitted By: Chad Woolley (thewoolleyman) Assigned to: Nobody (None) Summary: Killing grandchildren? Initial Comment: I am trying to spawn, then
2008 May 21
1
Fwd: One Build at a time
> > Hello CCrb users. > > Is there a way to configure Cruise Control rb to only build one > project at a time? > > I have two projects is two different repositories, and I don''t want > their builds to overlap. > > Thanks, > > Doug Bradbury > Software Craftsman > 8th Light, Inc. > blog.8thlight.com/doug
2007 Apr 18
1
documentation suggestion
Because I''m filing more of a sysadmin role than as a ruby developer I overlooked a nuance that is probably obvious to others, but edits to config/site_config.rb require a restart of CC-rb. I was banging my head on the wall wondering why none of my smtp auth settings made any difference. :( A suggestion would be to note this requirement in manual (http://
2007 Apr 17
7
rspec with CI
I am a bit of a rails and rspec noob. I am trying to use rspec in conjunction with CruiseControlrb. When I run a cruise build having spec errors, the build does not indicate a failure. I have tried to track down why this is the case, and my best guess is that the spec task is kicking off the spec via a ruby() method in rake, and that ruby method does not propagate my spec failure back to