deployerApplication

On this page
Back to index

Summary

Represents an application that will be deployed as part of deployer used in a release.
applicationName
Stringrequired
The name of the application.
projectName
Stringrequired
The name for the project that must be unique among all projects.
afterDeployerApplication
Stringoptional
The name of the deployer application after which this deployer application should be placed.
afterLastRetry
Stringoptional
Specify continue or stop pipeline execution after last unsuccessful retry or a task.
applicationProjectName
Stringoptional
The name of the project containing specified application. If not specified, it is defaulted to the release project name.
beforeDeployerApplication
Stringoptional
The name of the deployer application before which this deployer application should be placed.
enforceDependencies
Stringoptional
Enforce dependencies flag to be used during runProcess for the application.
errorHandling
Stringoptional
Specifies error handling for the deployer application.
orderIndex
Stringoptional
Specifies the application deployment order (starts from 1).
processName
Stringoptional
The name of the application process.
releaseName
Stringoptional
The name of the release.
retryApprovers
Stringoptional
A list of retry approvers who receive the notification. (Alternate argument name retryApprover.)
retryCount
Stringoptional
If the retry is auto, specify the maximum number of times retry should occur.
retryInterval
Stringoptional
If the retry is auto, specify the number of seconds to wait until the next retry should occur.
retryNotificationTemplate
Stringoptional
Email retry notification template for application.
retryType
Stringoptional
Type of retry when process step or task fails. Is one of auto or manual.
smartDeploy
Stringoptional
Smart deploy flag to be used during runProcess for the application.
snapshotName
Stringoptional
The name of the snapshot.
stageArtifacts
Stringoptional
Stage artifacts for the application process.

Usage

There are no usage examples available for deployerApplication.