-
Bug
-
Resolution: Won't Fix
-
Major
-
jenkins workspace $ uname -a
Linux jenkins.compute-1.internal 3.6.10-4.fc18.x86_64 #1 SMP Tue Dec 11 18:01:27 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
The GEM_PATH environmental variable is not getting set correctly on master nodes. On slave nodes, it works just fine.
Here is a sample of how it looks:
GEM_PATH: "file:/var/lib/jenkins/jenkins-data/plugins/ruby-runtime/WEB-INF/lib/stapler-jruby-1.177.jar!/gem"
Here is an example of how I expect it to render:
GEM_PATH: "/var/lib/jenkins/.rvm/gems/ree-1.8.7-2012.02rn:/var/lib/jenkins/.rvm/gems/ree-1.8.7-2012.02@global"
---------------
Disabling the envinject plugin renders the GEM_PATH environmental variable correctly.
Also, we can use the plugin to override the GEM_PATH manually, but this is not ideal. We should be able to render this environmental variable via rvm.