Hi
Sorry, I do not get the question.
when a build fails,
you want to sent a mail to the buildmaster?
and to the user causing the build to fail?
if so, this would be a setup :
<groups>
<group name="buildmaster" notification="Failed"/>
</groups>
<users>
<user name="john" group="buildmaster" address="[email protected]"
/>
<user name="wayne" group="buildmaster" address="[email protected]"
/>
</users>
<modifierNotificationTypes>
<NotificationType>Failed</NotificationType>
<NotificationType>Fixed</NotificationType>
</modifierNotificationTypes>
<converters>
<ldapConverter domainName="yourDomain" />
</converters>
with kind regards
Ruben Willems
On Thu, Feb 26, 2009 at 2:27 PM, Anthony Brown <[email protected]> wrote:
> Hi I want to send out a mail to a user using the email publisher on all
> failed and fixed builds to certain people. So i have tried adding multiple
> notifications in the group section in the email publisher using this
>
> <groups>
> <group name = "admins" notification="Fixed, Failed"/>
> </groups>
>
> However, this seems to get converted to
>
> <groups>
> <group name = "admins">
> <name>admins</admins>
> <notification>6</notification>
> </group>
> </groups>
>
> when i try to view the configuration for a project through webdashboard or
> using the new validator program
>
> So far, the only method i have found of doing this is to create 2
> groups, one with notification for fixed and one for failed. For each email
> address that i want these notifications going to I then have to create 2
> users in the users section with different names, but the same email address.
>
> Is there another method that I am missing to do what i am trying to do.
>
> Thanks
>
> Anthony
>