"rvm use --install" broken in Jenkins, "uname: command not found" "rvm use --install" broken in Jenkins, "uname: command not found" jenkins jenkins

"rvm use --install" broken in Jenkins, "uname: command not found"


rvm needs login shell.

I use it like this in my builds:

echo "rvm install 2.2.3" | /bin/bash -l

Works just fine this way.