Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.3.1 (Alpha)
-
None
-
None
Description
A piece of my pom.xml:
<ciManagement>
<system>Continuum</system>
<url>http://192.168.0.1:8080/continuum</url>
<notifiers>
<notify>
<type>mail</type>
<send....>true</send...><!-- send on error/failure/warning/success -->
<configuration>
<address>me [at] 192.168.0.1</address>
</configuration>
</notify>
</notifiers>
</ciManangement>
Continuum showed me the correct notifiers section, but I got nothing new in my inbox after any build of the project.
So I went to the log file, and found that, Continuum treated "me [at] 192.168.0.1" as an invalid mail address and stopped the notifier.
Actually, James Server was running on the machine with ip 192.168.0.1.
I tried to add an entry "mail.com 192.168.0.1" in the hosts file and changed the address "me [at] 192.168.0.1" to "me [at] mail.com" in my pom.xml,
and finally the notifier worked!
I was thinking, the regular expression Continuum used for validating a mail address might be ingoring all mail addresses like xxxx [at] 888.888.888.888.