Created
March 6, 2011 14:01
-
-
Save foca/857305 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started by user anonymous | |
Checkout:workspace / /var/lib/jenkins/jobs/Test/workspace - hudson.remoting.LocalChannel@13d7254 | |
Using strategy: Default | |
Last Built Revision: Revision 6352919e95820aac6c5fd4a2302231d3ec84ab3f (origin/master) | |
Checkout:workspace / /var/lib/jenkins/jobs/Test/workspace - hudson.remoting.LocalChannel@13d7254 | |
Fetching changes from the remote Git repository | |
Fetching upstream changes from git://github.com/foca/moody.git | |
Seen branch in repository origin/master | |
Commencing build of Revision 6352919e95820aac6c5fd4a2302231d3ec84ab3f (origin/master) | |
Checking out Revision 6352919e95820aac6c5fd4a2302231d3ec84ab3f (origin/master) | |
[workspace] $ /bin/sh -xe /tmp/hudson5301544541852351227.sh | |
+ rvm use 1.9.2 | |
Using /usr/local/rvm/gems/ruby-1.9.2-p180 | |
+ ruby -I. -Ilib test/test_moody.rb | |
/tmp/hudson5301544541852351227.sh: 1: ruby: not found | |
Finished: FAILURE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ci:~# su - jenkins | |
jenkins@ci:~$ which ruby | |
jenkins@ci:~$ which rvm | |
/usr/local/bin/rvm | |
jenkins@ci:~$ rvm use 1.9.2 | |
Using /usr/local/rvm/gems/ruby-1.9.2-p180 | |
jenkins@ci:~$ which ruby | |
/usr/local/rvm/rubies/ruby-1.9.2-p180/bin/ruby | |
jenkins@ci:~$ ruby -v | |
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment