45 lines
1.5 KiB
XML
Executable File
45 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="statsenumbuilder_stats.xml"/>
|
|
|
|
<email_rockstar
|
|
|
|
RegexpSubjectPattern="^([^_]+)_([^_]+)_([^_]+)_([^_]+)_([^_]+)_([\S]+)\s(.+):(.+)"
|
|
RegexpSubjectReplacement="$2: $4 $5 $6 ($7)"
|
|
from="$(mail_from)"
|
|
mailhost="$(mail_host)"
|
|
mailhostUsername="$(mail_hostUsername)"
|
|
includeDetails="true">
|
|
|
|
<cb:include href="statsenumbuilder_users.xml"/>
|
|
|
|
<groups>
|
|
<group name="buildgrandmasters" notification="always"/>
|
|
<group name="buildmasters" notification="always"/>
|
|
<group name="developers" notification="change"/>
|
|
<group name="winners" notification="success"/>
|
|
<group name="losers" notification="failed"/>
|
|
<group name="menders" notification="fixed"/>
|
|
<group name="crashers" notification="exception"/>
|
|
</groups>
|
|
|
|
<!-- unfortunately this wont be desirable since the assets contribute to this build artists would get mailed etc.
|
|
|
|
<converters>
|
|
<regexConverter find="$" replace="@$(studio).com"/>
|
|
</converters>
|
|
-->
|
|
<modifierNotificationTypes>
|
|
<NotificationType>Failed</NotificationType>
|
|
<NotificationType>Fixed</NotificationType>
|
|
</modifierNotificationTypes>
|
|
|
|
</email_rockstar>
|
|
</publishers>
|