Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2
-
Fix Version/s: 1.4.1 (Beta)
-
Component/s: Documentation
-
Labels:None
-
Complexity:Intermediate
Description
I can't find anything in the docs that talks about the various configuration options in application.xml for the email notifier.
From /apps/continuum/WEB-INF/classes/META-INF/plexus/application.xml (below). The example configuration here in the comments should be moved to a documentation page.
<configuration>
<from-mailbox></from-mailbox>
<from-name></from-name>
<timestamp-format>EEE d MMM yyyy HH:mm:ss Z</timestamp-format> <!-- Customizable mail subject. Use any combination of literal text, or
state, project, or build attributes. Examples:
"[continuum] BUILD ${state}: ${project.groupId} ${project.name}"
results in "[continuum] BUILD SUCCESSFUL: foo.bar Hello World"
"[continuum] BUILD ${state}: ${project.name} ${project.scmTag}"
results in "[continuum] BUILD SUCCESSFULL: Hello World Branch001"
"[continuum] BUILD ${state}: ${project.name} ${project.version}"
results in "[continuum] BUILD SUCCESSFUL: Hello World 2.1-SNAPSHOT
"
"[continuum] BUILD ${state}: ${project.name} ${build.durationTime}"
results in "[continuum] BUILD SUCCESSFUL: Hello World 2 sec"
"[continuum] BUILD ${state}: ${project.name}, Build Def - ${build.buildDefinition.description}"
results in "[continuum] BUILD SUCCESSFUL: Hello World, Build Def - Nightly Test Build"
-->
<subject-format>[continuum] BUILD ${state}: ${project.projectGroup.name} - ${project.name} - ${build.buildDefinition.description}</subject-format>
<includeBuildResult>true</includeBuildResult>
<includeBuildSummary>true</includeBuildSummary>
<includeTestSummary>true</includeTestSummary>
<includeOutput>false</includeOutput>
<alwaysSend>false</alwaysSend>
</configuration>
</component>
Issue Links
- is related to
-
CONTINUUM-2102
Unable to configure subject line for email notifications
-
-
CONTINUUM-2355
{project.projectGroup.name} in prepare build notification subject
-
The new buildSubjectFormat and prepareBuildSubjectFormat elements from
CONTINUUM-2102need to be documented.Expected behavior when you check each of the "Send on ..." checkboxes should be discussed.
CONTINUUM-2102need to be documented. Expected behavior when you check each of the "Send on ..." checkboxes should be discussed.