Back to index
Summary
Create template catalog item for an object.projectNameStringrequiredThe name for the project that must be unique among all projects. catalogItemNameStringrequiredThe name of the template catalog item. catalogNameStringoptionalThe name of the catalog to create a template catalog item in. If not provided, a catalog with the name ENTITY_TYPE Templates is used. If it does not exist and the user has the required permissions, it is created. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. entityIdUUIDoptionalThe ID of the template creation object. entityTypeStringoptionalThe type of the template creations object. pathStringoptionalA property path indicating a single template creation object. |
Usage
Perl
$cmdr->createTemplateCatalogItem( "test-projectName", # projectName "test-catalogItemName" # catalogItemName # optionals );
ectool
ectool createTemplateCatalogItem \ "test-projectName" `# projectName` \ "test-catalogItemName" `# catalogItemName` \ # optionals