getRetrievedArtifacts

On this page
Back to index

Summary

Retrieves artifacts during a job.
jobId
Stringrequired
The primary key of the job, or the name of the job.
componentName
Stringoptional
The name of the component.
resourceName
Stringoptional
The name of the resource.

Usage

Perl

$cmdr->getRetrievedArtifacts( "test-jobId" # jobId # optionals );

ectool

ectool getRetrievedArtifacts \ "test-jobId" `# jobId` \ # optionals