Back to index
Summary
Retrieves the list of deployer tasks and their details to be displayed in CloudBees CD/RO Pipeline Run Details page.flowRuntimeIdUUIDrequiredThe ID of the flow runtime. stageNameStringrequiredThe name of the stage. taskNameStringrequiredThe name of the deployer task. firstResultIntegeroptionalResult pagination: the first row to return. groupRunNumberIntegeroptionalThe group run number. maxResultsIntegeroptionalResult pagination: the number of rows to return. sortKeyStringoptionalHow to sort the results. sortOrderStringoptionalSpecifies the order to sort the results. Possible values: "ascending" , "descending" stageRunNumberIntegeroptionalThe stage run number. taskRunNumberIntegeroptionalThe task run number. |
Usage
Perl
$cmdr->getPipelineStageRuntimeDeployerTasks( "test-flowRuntimeId", # flowRuntimeId "test-stageName", # stageName "test-taskName" # taskName # optionals );
ectool
ectool getPipelineStageRuntimeDeployerTasks \ "test-flowRuntimeId" `# flowRuntimeId` \ "test-stageName" `# stageName` \ "test-taskName" `# taskName` \ # optionals