You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Wendy Smoak (JIRA)" <ji...@codehaus.org> on 2008/10/11 06:41:50 UTC

[jira] Created: (CONTINUUM-1929) Improve docs on configuring mail notifiers

Improve docs on configuring mail notifiers
------------------------------------------

                 Key: CONTINUUM-1929
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1929
             Project: Continuum
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 1.2
            Reporter: Wendy Smoak


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.

{noformat}
      <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"

      <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>
{noformat}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1929) Improve docs on configuring mail notifiers

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-1929:
-----------------------------------

    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.

{noformat}
      <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>
{noformat}


  was:
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.

{noformat}
      <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"

      <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>
{noformat}



> Improve docs on configuring mail notifiers
> ------------------------------------------
>
>                 Key: CONTINUUM-1929
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1929
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 1.2
>            Reporter: Wendy Smoak
>
> 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.
> {noformat}
>       <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>
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1929) Improve docs on configuring mail notifiers

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-1929:
-----------------------------------

    Fix Version/s: 1.3.x

> Improve docs on configuring mail notifiers
> ------------------------------------------
>
>                 Key: CONTINUUM-1929
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1929
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 1.2
>            Reporter: Wendy Smoak
>             Fix For: 1.3.x
>
>
> 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.
> {noformat}
>       <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>
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira