Retires assets in a Rational Asset Manager repository
| 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 |
You can specify individual assets to be retired.
You can specify a search to be retired.
Retire an asset
<retire server="ramServer">
<asset guid="{0000-1111-2222-3333}" version="1.0" />
</retire>