PromoteReleaseRule
import type { PromoteReleaseRule } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";
The PromoteRelease
rule will automatically promote a release from the
current target to a specified target.
interface PromoteReleaseRule {
readonly condition?: AutomationRuleCondition;
destinationPhase?: string;
destinationTargetId?: string;
id?: string;
wait?: number;
}§Properties
§
readonly condition?: AutomationRuleCondition
[src]Output only. Information around the state of the Automation rule.
§
destinationPhase?: string
[src]Optional. The starting phase of the rollout created by this operation. Default to the first phase.
§
destinationTargetId?: string
[src]Optional. The ID of the stage in the pipeline to which this Release
is
deploying. If unspecified, default it to the next stage in the promotion
flow. The value of this field could be one of the following: * The last
segment of a target name * "@next", the next target in the promotion
sequence