Deployment in the land JRuby and Rails

I need to fully automate my JRuby in Rails application. The continuous
integration server will be Jenkins. I am pretty new to doing the
continuous integration side of things, but on this new project there is
no one else.

In the land where J2EE and rails are married what are people using? Our
source is in git, and we will deploy to GlassFish. Should I use
Capistrano? Will it play nicely with Jenkins? Can it deploy to
GlassFish? My google searches yield posts so old I am wondering if the
J2EE/Rails community doesn’t bother with tools like Capistrano.

Any help would be appreciated.

Thanks,

Cris