bap commented on Bug JENKINS-14597

The DataBoundConstructor in the Notifier does not correctly construct the object.
The reason this is working when configured from the UI is that the Notifier's descriptor contains a newInstance method which is used in this case.

The solution is to fix the Notifier by removing the DBC (in which case it will not be available in felible-publish) or remove the newInstance method from the Descriptor and fix the DBC to make it correctly configure the Notifier.

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

Reply via email to