Displaying 20 results from an estimated 1000 matches similar to: "Problem with adding project with Subversion username and password"
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 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
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
2008 May 06
4
Git support - kinda works, have design questions
As of now, I can create a project from Git repository, run a builder
on it, and even run the dashboard. Build pages look ugly because
build.label in git is very long, a bunch of unit tests is failing, and
I had to disable some functionality, namely displaying source control
errors in the dashboard.
SourceControl::AbstractAdapter#execute_with_error_log (formerly known
as
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,
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://
2008 May 25
3
Cruisecontroi footprint for a virtual machine installation
Does anyone have any feel for the requirements (disk space, memory, anything
else you can think of) of a virtual machine (say Centos Linux), set up as a
CruiseControl.rb build machine?
Regards, Lori
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080525/60227d32/attachment.html>
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
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
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
2008 Jan 17
3
CruiseControl problem. Broken Pipe?
Hi Friends,
Just happened to catch this err in the CC log:
Build loop failed
BuilderError: Write failed: Broken pipe
./script/../config/../app/models/subversion.rb:98:in
`execute_in_local_copy''
./script/../config/../lib/command_line.rb:86:in `call''
./script/../config/../lib/command_line.rb:86:in `e''
./script/../config/../lib/command_line.rb:84:in `popen''
2008 Jan 26
6
UI Integration with RSpec?
Hi all,
Is there any integration with testing tools such as RSpec or
Test::Unit planned? I see that the cruise task is run correctly, but
the tests show up underneath the build log. Ideally I''d like them to
show up the same way that they do in ''java'' CruiseControl, in their
own section of tests.
Will.
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 06
5
Failing build is restarted again and again (manual request + Win32)
Dear all,
I am a recent user of this great tool for rails development and I have an issue with version 1.3.0. Sorry if I duplicate the question but I have been over the whole mailing list archives and could not find any answer.
I have set up cruisecontrolrb on my home server (which runs WinXP, sorry, but it is better for the girlfriend to use than some linux distrib which I use on my laptop)
2008 Aug 08
1
Jabber Notification
Hi all,
Some of my team are using ubuntu for their desktop (i.e. no cctray
support), and email notification just ain''t quick enough for me, so I
need to set up our ccrb to support jabber notification, I guess.
I read in the documentation (http://cruisecontrolrb.thoughtworks.com/
documentation/getting_notified) that there''s a jabber plug but I
can''t see one in
2008 Jun 05
2
Build count limit == 5 ?
I have been running 4 builds on my CC server for a while now without a
problem. Now I''ve added a 5th, and the dashboard is acting very strangely.
Before I started the builder for the new project (while I was editing the
config files, etc), it showed up on the dashboard as expected, with ''builder
down''. However, at the top of the list of project rows was a white gap,
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 Mar 14
1
Damonlize cruisecontrol.rb?
Hi,
This looks like an awesome tool that I have been looking for.
Do you have a simple way to get it running as a damon? So I can just run it
as a service on my server.
Thanks
Lei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20070314/dfe2692a/attachment.html
2007 May 02
2
CCTray setup with remote CC.rb
HI All:
Sorry about the test post, I posted this 2x before and never saw it on the list.
I modified the CCTray instructions in the manual which say to put in http://:3333 in the "Via CruiseContro.Net Dashboard", which I''m assuming was local to the machine running CCTRay, with http://:3333 which returns a "failed to connect to server" error. On the mongrel
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