Displaying 20 results from an estimated 700 matches similar to: "CC.rb and CCTray"
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
2007 May 02
0
CCTray access of remote CC.rb server
Hi:
So I modified the instructions in the manual which say to enter http://:3333 using th CruiseControl.NET Dashboard to http://hostname:3333 which doesn''t work. CCTray reports an error. On the mongrel side I can see CC.rb can''t route /XmlServerReport.aspx. I see in the controller there is a cctray format to respond. I''m using ruby 1.8.5, rails 1.2.3 and the
2007 Jul 24
0
CCTray written in Java to connect to Cruise Control
Hi,
JCCTray is a Java port of CCTray that was originally written in .NET.
JCCTray is a utility for use with all flavors of CruiseControl
Continuous Integration servers. Specifically it works with
CruiseControl, CruiseControl.NET, CruiseControl.Rb. It provides
feedback on build progress, and allows control over some of the
server''s operations.
You can download JCCTray 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
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
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 Sep 19
0
metric_fu for use in cc.rb
Hi all,
I looked on the mailing list for metric_fu, but didn''t find it -- so at the
risk of being redundant, it looks really useful.
"Metric_fu is a set of rake tasks that make it easy to generate metrics
reports. It uses Saikuro <http://saikuro.rubyforge.org/>,
Flog<http://ruby.sadi.st/Flog.html>,
Rcov <http://eigenclass.org/hiki.rb?rcov>,
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
2007 Nov 10
0
Git Plugin for CC.rb
Hi all,
I saw a mention of a 3rd party git plugin in a previous post, but have been
unable to locate it anywhere. Anybody know where I can find it?
TIA,
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20071110/48fda7ab/attachment.html
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
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 20
3
IRC bot for cc.rb?
Hi all,
Don''t suppose there''s an IRC bot I can use (or repurpose) for cc.rb
notifications?
Will.
2008 May 08
1
Custom builds artifacts not visible (WIN 32)
Hello again,
Cruisecontrolrb works well now on my XP box but for the following problem:
I have set up rails_rcov so that I can generate code coverage automatically at every build.
Following the manual, I have a custom task that copies rcov output to a specific folder (d:\work\ccrob\artifacts)
I have set up the environment CC_BUILD_ARTIFACTS to /work/ccrob/artifacts using the tip given in another
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
2007 Jul 06
0
CCRB and ci_reporter XML output: How do you display custom build artifacts
Hi,
I''ve installed ci_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
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
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 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 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