Email User

Defines a user who will receive e-mails.

Version

Available from version 1.0

Examples

1<user name="BuildGuru" group="buildmaster" address="buildguru@mycompany.com" />

Configuration Elements

Element Description Type Required Default Version
address The Internet-style email address of the user (e.g., ""). String Yes n/a 1.0
group The group that the user is in. This needs to match the name of one of the <group> elements. String No None 1.3
name The user name of a user. This should match the user name in Source Control. String Yes n/a 1.0

Notes

Users do not need to belong to a group. If they are not in a group then they may still receive emails when they have committed changes that are part of the current build, depending on the setting of "modifierNotificationTypes" and the state of the build.

See the section on the <converters> setting for manipulations that can be done to transform a user name to an address if the address is not specified.

warning

It is essential that the value of the name attribute matches the name for the user in the sourcecontrol system. This is the only way that CruiseControl.Net can reconcile the user that committed a change with the address to send the email to.

Automatically Generated

Documentation generated on Monday, 26 May 2014 at 7:18:00 AM