modifyArtifact

On this page
Back to index

Summary

Modifies an existing artifact.
artifactName
Stringrequired
The name of the artifact.
artifactVersionNameTemplate
Stringoptional
The artifactVersion name template.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.

Usage

Perl

$cmdr->modifyArtifact( "test-artifactName" # artifactName # optionals );

ectool

ectool modifyArtifact \ "test-artifactName" `# artifactName` \ # optionals