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

Change-Id: I17338a82fd97a12eaafc1b64a91ebe35de1fb270

Former-commit-id: 425ce97978 [formerly 7072b53ba5] [formerly 425ce97978 [formerly 7072b53ba5] [formerly 77c2043a1a [formerly 466b16f5052e3a848980976cfbdcf5dff95673c9]]]
Former-commit-id: 77c2043a1a
Former-commit-id: 35c44291e0 [formerly 229637bf7a]
Former-commit-id: 076da5b3f3
This commit is contained in:
Mike Duff 2013-10-02 09:54:16 -05:00
parent a9e6005dd2
commit 387865a9fc

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>