39 lines
1.5 KiB
XML
Executable File
39 lines
1.5 KiB
XML
Executable File
<publishers xmlns:cb="urn:ccnet.config.builder">
|
|
<xmllogger logDir=".\buildlogs" />
|
|
|
|
<artifactcleanup cleanUpMethod="DeleteBuildsOlderThanXDays" cleanUpValue="30" />
|
|
|
|
<!-- adds a simple rss feed xml file to the $(artifacts_dir) -->
|
|
<rss />
|
|
|
|
<cb:include href="$(function)_stats.xml"/>
|
|
|
|
<email_rockstar
|
|
|
|
RegexpSubjectPattern="^([^_]+)_([^_]+)_([^_]+)_([^_]+)_([^_]+)_([\S]+)\s([^:]+)(.*)"
|
|
RegexpSubjectReplacement="$(mailRegexpSubjectReplacement)"
|
|
from="$(mail_from)"
|
|
mailhost="$(mail_host)"
|
|
mailhostUsername="$(mail_hostUsername)"
|
|
includeDetails="true">
|
|
|
|
<cb:include href="$(function)_users.xml"/>
|
|
|
|
<groups>
|
|
<group name="buildgrandmasters$(dev_blanking_underbar)" notification="always"/>
|
|
<group name="buildmasters$(dev_blanking_underbar)" notification="always"/>
|
|
<group name="developers$(dev_blanking_underbar)" notification="change"/>
|
|
<group name="winners$(dev_blanking_underbar)" notification="success"/>
|
|
<group name="losers$(dev_blanking_underbar)" notification="failed"/>
|
|
<group name="menders$(dev_blanking_underbar)" notification="fixed"/>
|
|
<group name="crashers$(dev_blanking_underbar)" notification="exception"/>
|
|
</groups>
|
|
|
|
<modifierNotificationTypes>
|
|
<NotificationType>Failed</NotificationType>
|
|
<NotificationType>Fixed</NotificationType>
|
|
</modifierNotificationTypes>
|
|
|
|
</email_rockstar>
|
|
</publishers>
|