Back to index
Summary
Retrieves artifacts during a job.jobIdStringrequiredThe primary key of the job, or the name of the job. componentNameStringoptionalThe name of the component. resourceNameStringoptionalThe name of the resource. |
Usage
Perl
$cmdr->getRetrievedArtifacts( "test-jobId" # jobId # optionals );
ectool
ectool getRetrievedArtifacts \ "test-jobId" `# jobId` \ # optionals