This page last changed on May 08, 2007 by edwin@atlassian.com.

Description

The PreBuildAction module allows you to define a custom process that runs before your build begins.

This will occur immediately before the builder begins execution. The PreBuildAction will have access to the BuildResults object which contains the information for the build.

Sample Module Descriptor Element

<preBuildAction key="vcsVersion" name="VCS Version Collector"
                  class="com.atlassian.bamboo.vcsversion.VCSVersionReader">
    <description>A custom action that reads the identifier of a source repository version and stores it into the
    custom data map of a build.</description>
    <resource type="freemarker" name="edit" location="templates/plugins/preBuildAction/vcsVersionReaderEdit.ftl"/>
    <resource type="freemarker" name="view" location="templates/plugins/preBuildAction/vcsVersionReaderView.ftl"/>
  </preBuildAction>
Document generated by Confluence on May 08, 2007 23:47