Back to index
Summary
Deletes a gate in a stage.projectNameStringrequiredThe name for the project that must be unique among all projects. stageNameStringrequiredName of the stage to which this task belongs to. gateTypeStringrequiredThe type of the gate. Possible values: "POST" , "PRE" pipelineNameStringoptionalThe name of the pipeline. releaseNameStringoptionalThe name of the release. |
Usage
Perl
$cmdr->deleteGate( "test-projectName", # projectName "test-stageName", # stageName "test-gateType" # gateType # optionals );
ectool
ectool deleteGate \ "test-projectName" `# projectName` \ "test-stageName" `# stageName` \ "test-gateType" `# gateType` \ # optionals