The macro compares the current build result to the last build result to generate a list of change sets, added components, and removed components.

Attributes

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

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

Macro Specific Attributes
Attribute Description Required
file The path to a file where the generated change log is written. The path can be an absolute path or a path relative to the base directory of the build file. Yes
last The UUID of the last build result. Yes
property Name of the property in which to store the generated change log. Yes

Notes

Examples