Change By: Thierry Guérin (19/May/14 10:02 AM)
Description: When using publishJabber('individual@server', 'ALL', 'Default'), the generated config is:
{quote}
<hudson.plugins.im.GroupChatIMMessageTarget>
  <name>individual@server</name>
</hudson.plugins.im.GroupChatIMMessageTarget>
{quote} 
whereas it should be:
{quote}
<hudson.plugins.im.DefaultIMMessageTarget>
  <value>individual@server</value>
</hudson.plugins.im.DefaultIMMessageTarget>
{quote}

This results in the individual being treated as a target group chat, and the notification is never received (plus there's a nasty stacktrace in the build log)


Here's a Pull request that fixes the issue:
https://github.com/jenkinsci/job-dsl-plugin/pull/206
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/d/optout.

Reply via email to