Back to index
Summary
Modifies an existing artifact.artifactNameStringrequiredThe name of the artifact. artifactKeyStringoptionalThe artifactKey component of the GAV (GroupId/ArtifactKey/Version) coordinates. artifactVersionNameTemplateStringoptionalThe artifactVersion name template. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. groupIdStringoptionalThe groupId component of the GAV (GroupId/ArtifactKey/Version) coordinates. |
Usage
Perl
$cmdr->modifyArtifact( "test-artifactName" # artifactName # optionals );
ectool
ectool modifyArtifact \ "test-artifactName" `# artifactName` \ # optionals