I want to use Cucumber with Hudson CI. Is that possible to run cucumber features inside hudson without using JRuby? If yes can you please provide some simple steps on how to setup the Hudson?
Thanks.
As long as you have cucumber installed on the server, you can test any application by executing cucumber as a build step.
See https://github.com/cucumber/cucumber/wiki/Continuous-Integration for an example using Hudson (now called Jenkins).