Archive

Description

Archives existing assets in a Rational Asset Manager repository

Parameters

Attribute Description Required
failOnError If false, the build will continue execution when an error occurs. Otherwise, the build will fail. No. Default is true.
server The ID of the server that connects to Rational Asset Manager Yes

Parameters specified as nested elements

asset

You can specify individual assets to be modified.

search

A search can be specified and all assets returned from that query will be archived.

Example

Archive a single asset

<archive server="ramServer">
   <asset guid="{0000-1111-2222-3333}" version="1.0" />
</archive>