Dashboard > Pulse v1.2 > ... > Project Post Stage Actions > Project Tag Post Stage Actions
  Pulse v1.2 Log In | Sign Up   View a printable version of the current page.  
  Project Tag Post Stage Actions
Added by Jason Sankey, last edited by Jason Sankey on Dec 01, 2006
Labels: 
(None)

Pulse Manual Index

Overview

The apply tag post stage action can be used to tag (or label) the built revision when a stage completes. When the action is executed, it will apply a tag to all source files used in the build at the revisions that were built.

Configuration

tag name

The name of the tag to apply, which may include references to the following variables:

Variable Description
number The build number or id for the build.
project The name of the project built.
specification The name of the build specification built.
status The build status as a lower case string.

Variables are refered to using the ${...} syntax, as used in pulse files.

Build properties

Build properties defined on the build specification are also available.

Examples

A tag for every build of the stage, with unique build details in the tag name:

${project}-${specification}-mystage-${number}

A moving "last-known-good" tag for the stage (see also the "move existing tag" field below):

${project}-mystage-known-good

move existing tag

If checked, an existing tag with the same name will be moved to the build revision. If this option is not selected and the tag name is the same as an existing tag, the existing tag will remain unchanged and the action will fail.

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators