createGate
Creates a new gate for a stage.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
stageName |
String |
Name of the stage to which this task belongs to. (Required) |
gateType |
String |
The type of the gate. (Required) |
condition |
String |
A fixed text or text embedding property references that is evaluated
into a logical TRUE or FALSE. An empty string, a |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
pipelineName |
String |
The name of the pipeline. |
precondition |
String |
A fixed text or text embedding property references that is evaluated
into a logical TRUE or FALSE. An empty string, a |
releaseName |
String |
The name of the release. |
deleteGate
Deletes a gate in a stage.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
stageName |
String |
Name of the stage to which this task belongs to. (Required) |
gateType |
String |
The type of the gate. (Required) |
pipelineName |
String |
The name of the pipeline. |
releaseName |
String |
The name of the release. |
getGate
Retrieves a gate by its stage name and gate type.
Arguments
Argument Name | Type | Description |
---|---|---|
stageName |
String |
Name of the stage to which this task belongs to. (Required) |
gateType |
String |
The type of the gate. (Required) |
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
pipelineName |
String |
The name of the pipeline. |
releaseName |
String |
The name of the release. |
modifyGate
Modifies an existing gate.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
stageName |
String |
Name of the stage to which this task belongs to. (Required) |
gateType |
String |
The type of the gate. (Required) |
condition |
String |
A fixed text or text embedding property references that is evaluated
into a logical TRUE or FALSE. An empty string, a |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
pipelineName |
String |
The name of the pipeline. |
precondition |
String |
A fixed text or text embedding property references that is evaluated
into a logical TRUE or FALSE. An empty string, a |
releaseName |
String |
The name of the release. |