Our setup is to use two groups buildmaster (gets all notifications)
developer (get notifications on change) but the developer that checked
in the code that broke the build will also get a notification.  Here
is our setup:

        <users>
          <user name='harnold' group='buildmaster'
address='[email protected]'/>
          <user name='bmilam' group='buildmaster'
address='[email protected]'/>
          <user name='rparnell' group='developer'
address='[email protected]'/>
        </users>
        <groups>
          <group name='developers' notification='change'/>
          <group name='buildmaster' notification='always'/>
        </groups>
          <converters>
                <regexConverter find= '$' replace= '@ed.com' />
          </converters>
          <modifierNotificationTypes>
                <NotificationType>Failed</NotificationType>
          </modifierNotificationTypes>
      </email>">


On Feb 26, 9:27 am, 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

Reply via email to