Back to index
Summary
Removes a task group, but does not delete the tasks. The location of the ungrouped tasks is the same as the location of the group task.projectNameStringrequiredThe name for the project that must be unique among all projects. gateTypeStringoptionalThe type of the gate. Possible values: "POST" , "PRE" groupNameStringoptionalThe name of the group task. pipelineNameStringoptionalThe name of the pipeline. releaseNameStringoptionalThe name of the release. stageNameStringoptionalName of the stage to which this task belongs to. |
Usage
Perl
$cmdr->removeTaskGroup( "test-projectName" # projectName # optionals );
ectool
ectool removeTaskGroup \ "test-projectName" `# projectName` \ # optionals