Most adaptor templates send email notification to users. For example,
when the ClearCaseByDate adaptor runs, it sends pass email notification
to users who changed source code files. If no files were changed,
it sends a fail email notification.
You can optionally modify notification for adaptors:
- In the adaptor template, duplicate the <adduser> element
to add users to the adaptor notification group.
- In the adaptor template, use the <notify> element
to add or delete notification messages.
- For adaptor projects, set up project-level notification.
- For adaptor dot-command steps, set up step-level notification.
Important: If the <notify> directive
fails (for example, if the user the email is addressed to does not
exist), the XML fails, and all subsequent notifications fail.