go-octopusdeploy icon indicating copy to clipboard operation
go-octopusdeploy copied to clipboard

Add deployment freeze override fields

Open bec-callow-oct opened this issue 11 months ago • 0 comments

[SC-96959]

Adds two new fields to the CreateExecutionAbstractCommandV1:

DeploymentFreezeNames contains a list of a list of names of deployment freezes to override when attempting to start a deployment.

DeploymentFreezeOverrideReason provides a reason for overriding all of the above deployment freezes.

This PR leverages work done in this PR for Octopus Server, where both of the above fields are required if a deployment freeze is active for the specified project and environment.

bec-callow-oct avatar Jan 09 '25 03:01 bec-callow-oct