Customize the contents of the email notification.
The plugin can replace certain symbols in the subject and body fields of the email
so that you can include special information from the build. If you leave this blank,
the default email contents, configured in the system configuration, will be used.
-
$DEFAULT_CONTENT - Inserts the default content from the system configuration
page. You can put anything you want before or after this section and it will be sent as
well. If you leave the content field blank, this will be inserted by default.
-
$HUDSON_URL - Inserts a url pointing to Hudson's dashboard. This must be
configured on the system configuration page. All other URLs are relative to this
absolute URL.
-
$PROJECT_NAME - Inserts the project's name.
-
$BUILD_NUMBER - Inserts the build number.
-
$BUILD_STATUS - Inserts the status of the build.
-
$BUILD_URL - Inserts a url pointing to this build's results page. This
URL is relative to the $HUDSON_URL
-
$PROJECT_URL - Inserts a url pointing to this project's status page. This
URL is relative to the $HUDSON_URL