Branch Deployment Handler

Handles the deployment of one or more Deployment Packages to a Branch on the current platform.

The contents of the Deployment Packages will be deployed transactionally to the target Branch. If any of the content within the Deployment Packages fails to copy, the transaction will be rolled back and the target Branch will be restored to its previous state.

Configuration

{
    "branchRef": "{branchReference}"
}

Where branchReference looks like branch://{platformId}/{repositoryId}/{branchId}.

Example

{
    "branchRef": "branch://b6d4386046d78ae2c4f4/0a115911271fb18f1f4d/3a15a7e7bc19675aac66"
}