CreateNewVersion

Description

Creates a version of an asset in a Rational Asset Manager repository

Parameters

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

Parameters specified as nested elements

asset

You must specify a single asset from which to create a version.

Example

Create a version of an asset

<createNewVersion server="ramServer">
   <asset guid="{0000-1111-2222-3333}" version="1.0">
      <name>My New Version</name>
      <version>1.1</version>
   </asset>
</createNewVersion>