Why doesn't Jenkins use the default rails installed by Amazon EC2

I am trying to set up a continuous integration environment using Ubuntu VM on Amazon EC2 (with rails already installed) and Jenkins. But Jenkins creates his own user in a virtual machine and cannot find the path to the rails because he is in a different user environment.

So can someone provide me with step-by-step installation instructions for the same.

thank

+3
source share
1 answer

Do not follow the instructions in this document, but saw this link and thought it might be useful:

http://www.cs.northwestern.edu/academics/courses/394/ci-server/blue-ci-setup-2011.pdf

0
source

All Articles