CDash:EmailSettingsOverview: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "See also: http://public.kitware.com/Wiki/CDash:Installation#Email CDash email settings: on the "subscribeProject.php" page, for *registered* CDash users: - user's project role:...")
 
No edit summary
Line 2: Line 2:
http://public.kitware.com/Wiki/CDash:Installation#Email
http://public.kitware.com/Wiki/CDash:Installation#Email


CDash email settings:
Search this page (for "email") for email-related bugs that have been fixed:
http://public.kitware.com/Wiki/CDash:Upgrade
 
The CDash email-related settings are shown on a few different pages. This Wiki page is intended to be a good overview of where to go to adjust the email related settings for project, groups and individual users/subscribers.
 
On the "subscribeProject.php" page, for *registered* CDash users:


on the "subscribeProject.php" page, for *registered* CDash users:
- user's project role: normal/site-maintainer/project-admin
- user's project role: normal/site-maintainer/project-admin
- user's project repo credentials, per-project additional creds on top of the user's global repo creds
- user's project repo credentials, per-project additional creds on top of the user's global repo creds
Line 24: Line 28:
   If you select labels here, you will receive only emails corresponding to these labels
   If you select labels here, you will receive only emails corresponding to these labels


on the "createProject.php" page, the "E-mail" tab:
On the "createProject.php" page, the "E-mail" tab:
   [ ] Email submission failures (this means when there are config/build/test warnings or errors)
   [ ] Email submission failures (this means when there are config/build/test warnings or errors)
   [ ] Email redundant failures (if checked, always send email; if not, only send it on first failure)
   [ ] Email redundant failures (if checked, always send email; if not, only send it on first failure)
Line 30: Line 34:
   [ ] Email low coverage
   [ ] Email low coverage
   [ ] Email test timing changed
   [ ] Email test timing changed
   Max items in email
   Max items in email (numerical text field)
   Max characters per item in email
   Max characters per item in email (numerical text field)


on the "manageBuildGroup.php" page, the "Current groups" tab
On the "manageBuildGroup.php" page, the "Current groups" tab:
   [ ] Summary email (sends only one email per day when the first build in the group fails)
   [ ] Summary email (sends only one email per day when the first build in the group fails)
   [ ] No email (no email for this group regardless of the user's preferences)
   [ ] No email (no email for this group regardless of the user's preferences)

Revision as of 17:45, 21 October 2011

See also: http://public.kitware.com/Wiki/CDash:Installation#Email

Search this page (for "email") for email-related bugs that have been fixed: http://public.kitware.com/Wiki/CDash:Upgrade

The CDash email-related settings are shown on a few different pages. This Wiki page is intended to be a good overview of where to go to adjust the email related settings for project, groups and individual users/subscribers.

On the "subscribeProject.php" page, for *registered* CDash users:

- user's project role: normal/site-maintainer/project-admin - user's project repo credentials, per-project additional creds on top of the user's global repo creds - user's "Email Preference"

 ( ) no email
 ( ) my checkins
 ( ) any nightly
 ( ) any builds at all
 [ ] my checkins fixing things
 [ ] missing expected

- user's "Email Category"

 [ ] Update
 [ ] Configure
 [ ] Warning
 [ ] Error
 [ ] Test
 [ ] Dynamic Analysis

- user's "Email Labels"

 If you select labels here, you will receive only emails corresponding to these labels

On the "createProject.php" page, the "E-mail" tab:

 [ ] Email submission failures (this means when there are config/build/test warnings or errors)
 [ ] Email redundant failures (if checked, always send email; if not, only send it on first failure)
 [ ] Email admin (when xml parsing fails, ... other?)
 [ ] Email low coverage
 [ ] Email test timing changed
 Max items in email (numerical text field)
 Max characters per item in email (numerical text field)

On the "manageBuildGroup.php" page, the "Current groups" tab:

 [ ] Summary email (sends only one email per day when the first build in the group fails)
 [ ] No email (no email for this group regardless of the user's preferences)
 [ ] In summary (should this group be included on the summary page of a subproject-aware project)

9/17/2011 in svn trunk: added "Email committers" checkbox to email people who committed/authored on a per-group basis even if they are not registered with CDash (assuming we can grok their email address from the commit info... (we can with git based projects))