|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-14597) Rundeck JobID... [email protected] (JIRA)
- [JIRA] (JENKINS-14597) Rundeck ... [email protected] (JIRA)
- [JIRA] (JENKINS-14597) Rundeck ... [email protected] (JIRA)
- [JIRA] (JENKINS-14597) Rundeck ... [email protected] (JIRA)
- [JIRA] (JENKINS-14597) Rundeck ... [email protected] (JIRA)
- [JIRA] (JENKINS-14597) Rundeck ... [email protected] (JIRA)
- [JIRA] (JENKINS-14597) Rundeck ... [email protected] (JIRA)

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.