Creating a Deployment Candidate for Runtime-Based Deployment
You define a deployment candidate for a runtime-based project with the <DeploymentCandidate> tag as follows:
<DeploymentCandidate
name="candidate
name" description="candidate description"
buildName="build
to use" 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 runtime-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. |
buildName | (Runtime-based deployment only.) Name of the project build to deploy. This attribute corresponds to the Project Build 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. |