Displaying 20 results from an estimated 84 matches for "cruisecontrolrb".
Did you mean:
cruisecontrol
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 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 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
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 Jul 22
2
can''t execute a build - on windows + jruby
Hi all,
Am trying to get cc.rb working on a windows machine, running under JRuby.
I patched line 19 of project_migration.rb to use jruby, instead of ruby.
execute "jruby #{File.join(migrate_scripts_directory, script)} #{@data_dir}"
The add project works fine, but when I run start, the webpage just
hangs on the ajax request to build - never actually executes the build
at all, or comes
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) to check on the dev of my ROR apps.
I have set up the cruisecontrolrb not to use the personal folder as it had right access problems so I set up the CRUISE_ROOT_D...
2008 May 25
3
Cruisecontroi footprint for a virtual machine installation
...e 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>
2007 Mar 15
7
greetings, and first question
Hi,
Nice project. I saw the checkin for jbehave and I thought "SOLD!"
One question, is there a reason that it cannot be installed using gem?
It would make starting the server easy. Other people can also
customize the server like they do with Jetty (which I think is the
coolest servlet engine because of that).
--
Shane
http://www.shaneduan.com
2007 Apr 18
1
documentation suggestion
...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://
cruisecontrolrb.thoughtworks.com/documentation/manual) under the
"build monitoring via email" section. I hope the suggestion is
useful. Maybe a better route would be so that it was dynamically re-
loaded, but I''m not sure if that is practical.
Duane
-------------- next part -------------...
2008 Jun 09
2
SVN credentials
...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 scrubbed...
URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080609/3e842081/attachment.html>
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 /lib/builder_plugins
Where should I be looking? For bonus points a pointer to a blog post
explaining how to set it up would be tremendous.
cheers,
Matt
-------------- next p...
2008 Feb 26
0
Best way to log output from custom plugin on build finish
...)
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 up
will be appreciated.
I am hoping for my plugin messages to end up in the build.log output,
something like
C:/tools/cruisecontrolrb/cruisecontrolrb-1.2.1/projects/xxxx-deploy/work
jmorris2$ ruby -e "require ''rubygems'' rescue nil; require ''rake''; load
''C:/tools/cruisecontrolrb/cruisecontrolrb-1.2.1/tasks/cc_build.rake'';
ARGV << ''--nosearch'' <&l...
2008 Jun 05
2
Build count limit == 5 ?
...ly). Very strange.
Anyone ever heard of behavior like this? I''m running CC.rb 1.2.1.. could
that be the problem?
Any thoughts/commiseration would be appreciated.
Patrick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080605/73c476ff/attachment.html>
2008 Mar 31
1
cruisecontrol.rb with C++ projects
...tified that any use,
distribution or copying of this communication is strictly prohibited,
and you are requested to delete the e-mail and any attachments
and notify the sender immediately.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080331/8878e6da/attachment.html
2008 Jan 18
2
CC.rb and RSpec
When trying to configure a rspec 1.1.2 based app in CC.rb, I came
across the following:
/home/bryan/cruisecontrolrb-1.2.1/projects/support-engines/work/vendor/
plugins/rspec_on_rails/lib/spec/rails/../../../../rspec/lib/spec/
runner/options.rb:218:in `files_to_load'': File or directory not found:
cc:build (RuntimeError)
from /home/bryan/cruisecontrolrb-1.2.1/projects/support-engines/work/
vendor/pl...
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 r...
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 Jul 23
1
CruiseControl.rb with CVS
Is it possible to use CruiseControl.rb with cvs? I couldn''t find any
docs on it. Thanks.
--Josh
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
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 =