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