jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Continuum
  • CONTINUUM-1929

Improve docs on configuring mail notifiers

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Major 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

Bug - A problem which impairs or prevents the functions of the product. CONTINUUM-2102 Unable to configure subject line for email notifications

  • Critical - Crashes, loss of data, severe memory leak.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Bug - A problem which impairs or prevents the functions of the product. CONTINUUM-2355 {project.projectGroup.name} in prepare build notification subject

  • Minor - Minor loss of function, or other problem where easy workaround is present.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Wendy Smoak added a comment - 09/Mar/09 11:39 AM

The new buildSubjectFormat and prepareBuildSubjectFormat elements from CONTINUUM-2102 need to be documented.

Expected behavior when you check each of the "Send on ..." checkboxes should be discussed.

Show
Wendy Smoak added a comment - 09/Mar/09 11:39 AM The new buildSubjectFormat and prepareBuildSubjectFormat elements from CONTINUUM-2102 need to be documented. Expected behavior when you check each of the "Send on ..." checkboxes should be discussed.

People

  • Assignee:
    Unassigned
    Reporter:
    Wendy Smoak
Vote (0)
Watch (0)

Dates

  • Created:
    10/Oct/08 11:41 PM
    Updated:
    11/Sep/09 6:51 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.