|
This page last changed on Dec 07, 2009 by csut017.
Email User
Defines a user who will receive e-mails.
Version
Available from version 1.0
Examples
<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., "joe@example.com"). |
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.
 |
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, 7 Dec 2009 at 2:48:49 AM |
|