50 lines
2.0 KiB
XML
Executable File
50 lines
2.0 KiB
XML
Executable File
<publishers xmlns:cb="urn:ccnet.config.builder">
|
|
<xmllogger logDir=".\buildlogs" postScript="$(RS_TOOLSROOT)\script\util\cruisecontrol\post_log_project_state.bat" postArgs="$(projectname_dev)" />
|
|
|
|
<artifactcleanup cleanUpMethod="DeleteBuildsOlderThanXDays" cleanUpValue="30" />
|
|
|
|
<!-- andyg: adds a simple rss feed xml file to the $(artifacts_dir) -->
|
|
<rss />
|
|
|
|
<!-- removed because a incomprehendible sharing violation poped up <cb:include href="$(buildpublisher_file)"/> -->
|
|
|
|
<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="$2: $4 $6 $5 ($7)"
|
|
from="$(mail_from)"
|
|
mailhost="$(mail_host)"
|
|
mailhostUsername="$(mail_hostUsername)"
|
|
includeDetails="true">
|
|
|
|
<cb:include href="codebuilder$(users_variant)_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>
|
|
|
|
<!-- <converters>
|
|
<regexConverter find="$" replace="@$(studio).com"/>
|
|
</converters>
|
|
-->
|
|
<modifierNotificationTypes>
|
|
<NotificationType>Failed</NotificationType>
|
|
<NotificationType>Fixed</NotificationType>
|
|
<NotificationType>Success</NotificationType>
|
|
</modifierNotificationTypes>
|
|
|
|
<!-- <cb:include href="codebuilder_email_xsl.xml"/> -->
|
|
</email_rockstar>
|
|
|
|
</publishers>
|