Tyler, Thanks for the reply. I will give this a spin and see if I can get it working then.
Arne De Herdt -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of R. Tyler Croy Sent: Freitag, 10. August 2012 19:05 To: [email protected] Subject: Re: Issue getting RVM working On Thu, 09 Aug 2012, de Herdt Arne wrote: > Hello, > > I'm currently in the process of setting up a Jenkins instance on Debian to > have our team play around and see how we can work with Jenkins. > I have configured a Ruby plan that is able to checkout the source from our > git, the problem is getting the ruby tests running. It keeps getting stuck on > RVM, and I have no idea what is going wrong. > > When I log in manually on the box, RVM etc is all working, but this is what I > get in the log output of the Jenkins project: It sounds like you've not up RVM for the Jenkins user specifically. The script is failing to find "/var/lib/jenkins/.rvm/scripts/rvm", where "/var/lib/jenkins" is the Jenkins user's home directory. You might try sudo'ing to the `jenkins` user and installing RVM there - R. Tyler Croy -------------------------------------- Code: http://github.com/rtyler Chatter: http://twitter.com/agentdero [email protected]
