i am setting up to the jenkins (hudson) on linux environment .to run my selenium script .
So i configure a job in jenkins from which i am fetching code from svn and then i am starting selenium server and then invoking ant to run my scripts. but when i am running this job my selenium server get started inline but firefox is not getting launched. So i checked on the google they were saying to use Xvfb. I have installed Xvfb on Linux machine and download a xvfb plugin in jenkins And set up its configuration on Jenkins still my firefox is not getting launched.
could you please help me how we use to configure Xvfb in jenkins and How this firefox launch problem can be resolved