|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

For now I just commented out the part where the plugin is loaded within the config.xml files so the jobs are showing up again. I'm not sure If my setup will still work without RVM plugin, I need to test that.
Part that was commented out within the projects:
<ruby-proxy-object> <ruby-object ruby-class="Jenkins::Plugin::Proxies::BuildWrapper" pluginid="rvm"> <object ruby-class="RvmWrapper" pluginid="rvm"> <impl pluginid="rvm" ruby-class="String">ruby-2.0.0-p195@model</impl> </object> <pluginid pluginid="rvm" ruby-class="String">rvm</pluginid> </ruby-object> </ruby-proxy-object>