You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hi,
Can anyone help me? everytime i am running my job on Jenkins its picking up the ruby.framework version 2.0 and my job Gemfile specifies ruby 2.2.0 so please i need help to force jenking (master) to use the rvm ruby-2.2.0 i dont seem to get a way around it.
Jenkins version: 1.601
Benjamin Lau
unread,
Mar 9, 2015, 1:08:04 PM3/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
I use an execute shell step with this at the top to force jenkins to
do what I want:
#!/bin/bash -x
source "/usr/local/rvm/scripts/rvm"
rvm use 1.8.7