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. |
artifactNameStringoptionalThe name of the artifact to use. retrieverJobIdStringoptionalThe ID or name of the job to use. retrieverJobStepIdUUIDoptionalThe ID of the job step to use. |
Usage
Perl
$cmdr->getArtifactVersions( # optionals );
ectool
ectool getArtifactVersions \ # optionals