Optional
associationsThe entities to associate the Deployment information with. It must contain at least one of IssueIdOrKeysAssociation or ServiceIdOrKeysAssociation.
Optional
commandsCommands
A list of commands to be actioned for this Deployment
This is the identifier for the deployment. It must be unique for the specified pipeline and environment. It must be a monotonically increasing number, as this is used to sequence the deployments.
A short description of the deployment
The human-readable name for the deployment. Will be shown in the UI.
Optional
durationThe duration of the deployment (in seconds).
Environment
The environment that the deployment is present in.
Optional
issueDeprecated. The Jira issue keys to associate the Deployment information with. Should replace this field with the "associations" field to associate Deployment information with issueKeys or other types of associations.
Optional
labelAn (optional) additional label that may be displayed with deployment information. Can be used to display version information etc. for the deployment.
The last-updated timestamp to present to the user as a summary of the state of the deployment.
Pipeline
This object models the Continuous Delivery (CD) Pipeline concept, an automated process (usually comprised of multiple stages)
for getting software from version control right through to the production environment.
Optional
schemaThe DeploymentData schema version used for this deployment data.
Placeholder to support potential schema changes in the future.
The state of the deployment
A number used to apply an order to the updates to the deployment, as identified by the deploymentSequenceNumber, in the case of out-of-order receipt of update requests. It must be a monotonically increasing number. For example, epoch time could be one way to generate the updateSequenceNumber.
A URL users can use to link to this deployment, in this environment.
DeploymentData
Data related to a specific deployment in a specific environment that the deployment is present in. Must specify one of
issueKeys
orassociations
.