Back to index
Summary
Modifies an existing artifact version.artifactVersionNameStringrequiredThe name of the artifact version. artifactVersionStateStringoptionalThe state of the artifact version. Possible values: "available" , "publishing" , "unavailable" dependentArtifactVersionArrayoptionalThe set of artifactVersions on which this artifactVersion depends. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. newNameStringoptionalThe new name for an existing object that is being renamed. removeAllDependentArtifactVersionsBooleanoptionalIf true then all dependencies will be removed. repositoryNameStringoptionalThe name of the artifact repository. |
Usage
Perl
$cmdr->modifyArtifactVersion( "test-artifactVersionName" # artifactVersionName # optionals );
ectool
ectool modifyArtifactVersion \ "test-artifactVersionName" `# artifactVersionName` \ # optionals