Recommendation for CI server?

Does anyone have a recommendation for a CI server for a JRuby project?
Would you use Java CI server like Hudson, or something like
cruisecontrol.rb?

Joe

We have used Hudson successfully.

Miika

On 9.10.2009, at 2.26, Joseph A. wrote:

Does anyone have a recommendation for a CI server for a JRuby
project? Would you use Java CI server like Hudson, or something
like cruisecontrol.rb?

Joe


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

+1 on Hudson.

On Fri, Oct 9, 2009 at 12:58 AM, Miika Leppänen [email protected]
wrote:

Joe


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Great! So is there anything special I need to do to get Hudson or
Bamboo
set up to work with JRuby? I have a little experience with Hudson and
zero
with Bamboo. Do they need a plugin or anything? I think for right now
all
we are looking for would be to run our specs with JRuby and report on
that.
Maybe it’s easier than I think it will be, I just assumed that all Java
CI
servers would expect an Ant build file for a Maven POM or something.

Joe

We’ve used Bamboo to some good success.
If you are a small team … I believe Atlassian has a deal going where
it costs 10$ per app.

Jay

On Fri, Oct 9, 2009 at 8:55 AM, Chris E. [email protected]
wrote:

Would you use Java CI server like Hudson, or something like


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

You need to install rake plugin and set ruby installation to point
jruby_home. Then you can define rake tasks for the jobs.

Miika

I guess I should have done some googleing…

Seems pretty complete.

Nevermind, I think I got this working now.

Joe

Has anyone used the ci_reporter gem? I’m trying to use it along with
hudson, but I can’t seem to get the ci_reporter rake tasks to show up in
my
project. I think I’m following the directions correctly, but I’m sure
it’s
just something stupid I’m doing. Also, it looks like the most current
version of this gem should be 1.5.3 based on
ci_reporter/History.txt at main · ci-reporter/ci_reporter · GitHub but the
version that gets installed seems to be 1.6.0. Any help would be
greatly
appreciated.

Joe