modifyArtifactVersion

On this page
Back to index

Summary

Modifies an existing artifact version.
artifactVersionName
Stringrequired
The name of the artifact version.
artifactVersionState
Stringoptional
The state of the artifact version.
Possible values: "available", "publishing", "unavailable"
dependentArtifactVersions
Stringoptional
The set of artifactVersions on which this artifactVersion depends.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
newName
Stringoptional
The new name for an existing object that is being renamed.
removeAllDependentArtifactVersions
Booleanoptional
If true then all dependencies will be removed.
repositoryName
Stringoptional
The name of the artifact repository.

Usage

Perl

$cmdr->modifyArtifactVersion( "test-artifactVersionName" # artifactVersionName # optionals );

ectool

ectool modifyArtifactVersion \ "test-artifactVersionName" `# artifactVersionName` \ # optionals