Issue #2296 - Change email recipients of unit test failure email.

Change-Id: I17338a82fd97a12eaafc1b64a91ebe35de1fb270

Former-commit-id: 466b16f5052e3a848980976cfbdcf5dff95673c9
This commit is contained in:
Mike Duff 2013-10-02 09:54:16 -05:00
parent 9c02d45802
commit 77c2043a1a

View file

@ -142,7 +142,10 @@
<mail mailhost="localhost" mailport="25" subject="Unit Test Failures">
<from address="jenkins@halfmaen.omaha.us.ray.com" />
<replyto address="steven_l_harris@raytheon.com" />
<to address="omaha_awips@raytheon.com" />
<to address="michael.duff@raytheon.com" />
<to address="david_j_hladky@raytheon.com" />
<to address="bradley_l_gonzales@raytheon.com" />
<to address="benjamin_d_phillippe@raytheon.com" />
<message>Nightly build has unit test failures. http://awipscm/junit/</message>
</mail>
</target>