getRetrievedArtifacts

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

Examples

Perl

$cmdr->getRetrievedArtifacts("4fa765dd-73f1-11e3-b67e-b0a420524153", {componentName => "WAR files"});

ectool

ectool getRetrievedArtifacts "4fa765dd-73f1-11e3-b67e-b0a420524153" --componentName "WAR files"