Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »


Description

The Bamboo ${deploymentResult} entity provides information about the build result
within a notification.

Shape

DeploymentResult shape (JSON)
{
  "agentId": "<>",
  "deploymentVersionName": "<>",
  "environmentId": "<>",
  "executedDate": "<>",
  "finishedDate": "<>",
  "id": "<>",
  "queuedDate": "<>",
  "reasonSummary": "<>",
  "startedDate": "<>"
}

Context

Bamboo

Since

1.3

Status

STABLE

The Bamboo ${deploymentResult} entity returns the following JSON shape:

DeploymentResult shape (JSON)
{
  "agentId": "<>",
  "deploymentVersionName": "<>",
  "environmentId": "<>",
  "executedDate": "<>",
  "finishedDate": "<>",
  "id": "<>",
  "queuedDate": "<>",
  "reasonSummary": "<>",
  "startedDate": "<>"
}


  • No labels