Thanks for the reply,
<ciManagement>
<system>continuum</system>
<url>http://continuum/</url>
<notifiers>
<notifier>
<type>mail</type>
<sendOnError>true</sendOnError>
<sendOnFailure>true</sendOnFailure>
<sendOnSuccess>false</sendOnSuccess>
<sendOnWarning>false</sendOnWarning>
<configuration>
<committers>true</committers>
<address>[email protected]</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
I tried doing this before in my pom. But for some reason it still sends email
on build success. The same things happens on UI as well.
Sandeep
-----Original Message-----
From: murali mohan [mailto:[email protected]]
Sent: Wednesday, July 21, 2010 9:14 AM
To: [email protected]
Subject: Re: Email notifiers
I have this setting in my pom which gives me some control over when to send
email.
<notifier>
<type>mail</type>
<sendOnError>true</sendOnError>
<sendOnFailure>true</sendOnFailure>
<sendOnSuccess>false</sendOnSuccess>
<sendOnWarning>false</sendOnWarning>
<configuration>
<address>[email protected]</address>
</configuration>
</notifier>
Murali.
On Wed, Jul 21, 2010 at 3:09 PM, Sandeep Poreddy <
[email protected]> wrote:
> 1)Yes, I added the notifier from the UI.
> 2) I use maven build and have the notifier defined for the latest
> committers in the pom.xml.
>
> The latest committers get the email notifications. Also, the email I
> specified in the continuum UI receives email notifications for build
> failure/error but also for success even though I have not checked it.
>
> Is there a way to set this up in the pom?
>
> Sandeep
>
> -----Original Message-----
> From: murali mohan [mailto:[email protected]]
> Sent: Wednesday, July 21, 2010 7:23 AM
> To: [email protected]
> Subject: Re: Email notifiers
>
> Not sure. But a few questions:
>
> 1) Did you add the notifier from continuum UI?
> 2) Do you use maven build? If yes, then do you have notifier defined in the
> POM file?
>
> May be continuum is using the notifier properties in the POM file?
>
> Murali.
>
> On Mon, Jul 19, 2010 at 11:31 PM, Sandeep Poreddy <
> [email protected]> wrote:
>
> > I have a question, I've been trying to send email updates on build
> > failure/error on Continuum to my manager. I've added the notifier for the
> > project in the continuum by specifying the email id and checked send on
> > failure and send on error. Now, he does get email updates not only for
> > error/failure but also on build success. I confirmed that send on success
> is
> > not checked for the notifier. How do I avoid emails upon build success?
> >
> > Thanks,
> > Sandeep
> >
>