deployerConfiguration

On this page
Back to index

Summary

Contains configuration for an application to be deployed in a release.
projectName
Stringrequired
The name for the project that must be unique among all projects.
actualParameters
Stringoptional
Actual parameters. (Alternate argument name actualParameter.)
applicationName
Stringoptional
The name of the application.
applicationProjectName
Stringoptional
The name of the project containing specified application. If not specified, it is defaulted to the release project name.
clearActualParameters
Stringoptional
True if the task should remove all actual parameters.
deployerConfigurationName
Stringoptional
The name of deployer configuration. If not specified, a system generated GUID is used.
deployerTaskName
Stringoptional
The name of the deployer task defined in the provided stage.
environmentName
Stringoptional
The name of the environment.
environmentProjectName
Stringoptional
The name of the project containing specified environment or environment template. If not specified, it is defaulted to the release project name.
environmentTemplateName
Stringoptional
The name of the environment template.
environmentTemplateProjectName
Stringoptional
The name of the project containing specified environment template. If not specified, it is defaulted to the environment project name.
insertRollingDeployManualStep
Stringoptional
True to indicate a manual step to inject after each phase or batch.
newName
Stringoptional
The new name for an existing object that is being renamed.
processName
Stringoptional
The name of the application process.
releaseName
Stringoptional
The name of the release.
rollingDeployEnabled
Stringoptional
Perform rolling deployment.
rollingDeployManualStepAssignees
Stringoptional
A list of assignees who receive the notification when rolling deploy iteration completes. (Alternate argument name rollingDeployManualStepAssignee.)
rollingDeployManualStepCondition
Stringoptional
Defines run condition on manual step created during rolling deployment. (Alternate argument name rollingDeployManualStepCondition.)
rollingDeployPhases
Stringoptional
One or more rolling deploy phases to be used for deployment. (Alternate argument name rollingDeployPhase.)
rolloutApprovers
Stringoptional
A list of rollout approvers. (Alternate argument name rolloutApprover.)
rolloutNotificationEnabled
Stringoptional
Rollout notification enabled (default is false).
skipDeploy
Stringoptional
True to skip deployment to an environment.
snapshotName
Stringoptional
The name of the snapshot.
stageName
Stringoptional
The name of the stage of a pipeline attached to a release if specified.

Usage

There are no usage examples available for deployerConfiguration.