The task is used to clean up obsolete build maps and process deleted buildable files. It is included in the generated.xml build script for an Enterprise Extensions Dependency Build.

Attributes

The task supports Team Build Attributes, Build Extensions Debugging Attributes, Build Extensions General Attributes, as well as, its own task specific attributes. Click on a link for more information on the common attributes.

The following table describes the task specific attributes for the task:

Task Specific Attributes
Attribute Description Required
buildDefinitionUuid The UUID of the build definition of the build that is being executed. The value of this attribute is typically ${team.enterprise.buildDefinitionUUID} because the property is built-in for a Dependency Build. Yes
deletedBuildableFilesFile The path to the deletedBuildableFiles.xml file for the build. Yes

Notes

Examples

Delete build maps:

<antz:deleteBuildMaps
    buildDefinitionUuid="${team.enterprise.buildDefinitionUUID}"
    deletedBuildableFilesFile="${team.enterprise.scm.fetchDestination}/deletedBuildableFiles.xml"
    passwordFile="${passwordFile}"
    repositoryAddress="${repositoryAddress}"
    userId="${userId}"/>