Displaying 20 results from an estimated 600 matches similar to: "[CruiseControl] mongrel-trunk-mingw32 build 997.1 failed"
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 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 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
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 22
0
[CruiseControl] RubyOnRails build 8688 failed
The build failed.
CHANGES
-------
Revision 8688 committed by nzkoz on 2008-01-22 01:29:10
Add options missing from earlier changeset
M /trunk/activerecord/lib/active_record/test_case.rb
TEST FAILURES AND ERRORS
-----------------------
Name: test_ordering(FirstSecondHelperTest)
Type: Failure
Message: <"first mail"> expected but was
<"">.
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 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.
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 Jun 09
2
cruisecontrol integration
Hi everyone.
Backgroundrb is doing some really sweet stuff for my project. Thanks!
I am trying to integrate backgroundrb with cruisecontrol.rb. I started
off by creating a simple Rakefile:::::
desc ''task for starting up backgroundrb''
task :cruise do
template = <<-EOF
:backgroundrb:
:ip: 0.0.0.0
:port: 11006
:development:
:backgroundrb:
:log: foreground
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
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 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 May 21
0
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 May 27
4
Failing rspec story not causing a CruiseControl.rb build to fail?
We''ve just added rspec stories to our CruiseControl.rb build. When there''s a failing scenario we see the failure in the log output, but it doesn''t cause the CruiseControl build to fail. We''ve also just upgraded to the latest rspec version, 1.1.4, which fixes rspec bug 228, but the CC.rb build is still passing.
Has anyone got failing rspec stories making
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
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 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 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
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