Back to index
Summary
Modifies an environment template.projectNameStringrequiredThe name for the project that must be unique among all projects. environmentTemplateNameStringrequiredThe name of the environment template. 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. |
Usage
Perl
$cmdr->modifyEnvironmentTemplate( "test-projectName", # projectName "test-environmentTemplateName" # environmentTemplateName # optionals );
ectool
ectool modifyEnvironmentTemplate \ "test-projectName" `# projectName` \ "test-environmentTemplateName" `# environmentTemplateName` \ # optionals