Creating a Deployment Candidate for Repository-Based Deployment
You define a deployment candidate for a repository-based project with the <DeploymentCandidate> tag as follows:
<DeploymentCandidate
name="candidate
name" description="candidate description"
mapName="map to
use"</DeploymentCandidate>
Note: If the project already has a deployment candidate with the same name, Deployer overwrites it.
The following table describes the attributes in the <DeploymentCandidate> tag when creating a deployment candidate for repository-based deployment. Each attribute corresponds to a field in the GUI as described in
Deploying a Project.
Attribute | Description |
name | Name of the deployment candidate. This attribute corresponds to the Name field. |
description | Description of the deployment candidate. This attribute corresponds to the Description field. |
mapName | Name of the deployment map that identifies the target servers to which to deploy the assets. This attribute corresponds to the Deployment Map field. |