Hi all, I am new to Jenkins CI. I'm install RVM in my remote Jenkins and when I execute below shell.
> #!/bin/bash -x > source ~/.bashrc > rvm use > rvm use 1.9.3@rails-3.2.3 I get following errors. + source /var/lib/jenkins/.bashrc > ++ PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/var/lib/ > jenkins/.rvm/bin:/var/lib/jenkins/.rvm/bin > + rvm use 1.9.3@rails-3.2.3 > RVM is not a function, selecting rubies with 'rvm use ...' will not work. > You need to change your terminal settings to allow shell login. What does it mean? I don't have any idea. Please help me. Please visit https://rvm.io/workflow/screen/ for example.