getArtifactVersions

Back to index

Summary

Retrieve all artifact versions in the system, possibly filtered by artifact, retriever job, or retriever job-step.
You must specify search filter criteria to find the artifact versions you need. If you do not provide any options, all artifact versions in the system are returned.
artifactName
Stringoptional
The name of the artifact to use.
retrieverJobId
Stringoptional
The ID or name of the job to use.
retrieverJobStepId
UUIDoptional
The ID of the job step to use.

Usage

Perl

$cmdr->getArtifactVersions( # optionals );

ectool

ectool getArtifactVersions \ # optionals

Examples

Perl

$cmdr->getArtifactVersions({artifactName => "myGroup:myKey"});

ectool

ectool getArtifactVersions --artifactName "myGroup:myKey"