modifyTag

On this page
Back to index

Summary

Modifies an existing tag.
tagName
Stringrequired
The tag name.
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.

Usage

Perl

$cmdr->modifyTag( "test-tagName" # tagName # optionals );

ectool

ectool modifyTag \ "test-tagName" `# tagName` \ # optionals