|
||||||||
|
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.

I'm pretty sure this has to do with the plugin overriding newInstance in the descriptor. For newer versions of Jenkins, this causes an issue when you also have a @DataBoundConstructor. When I update the pom.xml to use 1.532.1 as the core version and remove the newInstance, things work correctly and the recipients are saved. I'll try and determine a better way to do it so that its more backward compatible.