You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
In Jenkins 1.598 and greater + ruby-runtime 0.12 job configs are no longer saving for plugins that use the ruby-runtime plugin. Env is Mac OS X Yosemite.
Steps to Reproduce:
Using a Jenkins >= 1.598
Install the Yammer plugin.
Create a test job
Add Yammer as a Post Build Action, put some string in the field
Save the job
Go back into the job and you will see that the Post Build Action has not saved. If you open the job config.xml you will also observe that the publisher is not getting written.
This has also been observed in the Chef plugin, which also appears to rely on the ruby-runtime plugin (see open issue: melezhik/chef-plugin#4 ).