40 lines
1.7 KiB
XML
Executable File
40 lines
1.7 KiB
XML
Executable File
<publishers xmlns:cb="urn:ccnet.config.builder">
|
|
<xmllogger logDir=".\buildlogs" />
|
|
|
|
<artifactcleanup cleanUpMethod="DeleteBuildsOlderThanXDays" cleanUpValue="30" />
|
|
|
|
<cb:include href="codebuilder_stats.xml"/>
|
|
|
|
<!-- modificationHistory onlyLogWhenChangesFound="true" /> -->
|
|
<!-- WARNING: Consult Derek Ward (derek.ward@rockstarnorth.com) before using these Smtp Email Server settings anywhere else. -->
|
|
|
|
<email_rockstar
|
|
RegexpSubjectPattern="^([^_]+)_([^_]+)_([^_]+)_([^_]+)_([^_]+)_([\S]+)\s([^:]+)(.*)"
|
|
RegexpSubjectReplacement="$(mailRegexpSubjectReplacement)"
|
|
from="$(mail_from)"
|
|
mailhost="$(mail_host)"
|
|
mailhostUsername="$(mail_hostUsername)"
|
|
includeDetails="true">
|
|
|
|
<cb:include href="codebuilder_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>
|
|
|
|
<!-- <cb:include href="codebuilder_email_xsl.xml"/> -->
|
|
|
|
</email_rockstar>
|
|
</publishers>
|