Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.3
-
Fix Version/s: None
-
Component/s: Web - UI
-
Labels:
-
Complexity:Intermediate
-
Number of attachments :
Description
When we were using Continuum 1.1, when a mail notification was sent, it contained a full build report (console output). One could then quickly determine what was the problem (or if the problem involves him or her at all) without the need to log in to Continuum. When we switched to Continuum 1.2.3, the notifications do not contain the console output, although it is available after logging in to Continuum. If that is a 'new feature' and not a bug, it would be nice to be able to configure whether the console output should be appended to the notifications or not (I have not found such an option).
Issue Links
- is duplicated by
-
CONTINUUM-1910
Add a Mail Manager to modify the mail content
-
- is related to
-
CONTINUUM-1928
Ability to limit size of build output in email notification
-
You can change this in /path/to/continuum/apps/continuum/WEB-INF/classes/META-INF/plexus/application.xml
Look for this section:
<includeBuildResult>true</includeBuildResult>
<includeBuildSummary>true</includeBuildSummary>
<includeTestSummary>true</includeTestSummary>
<includeOutput>false</includeOutput>
<alwaysSend>false</alwaysSend>
The <includeOutput> element defaults to false, set it to true to include the build output in the email.
You may be interested in CONTINUUM-1928 (Ability to limit size of build output in email notification)