Back to index
Summary
Creates a repository for one or more artifacts.repositoryNameStringrequiredThe repository name. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. repositoryDisabledBooleanoptionalWhether or not to disable the repository. urlStringoptionalThe URL for contacting the repository. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] .zoneNameStringoptionalThe zone name. |
Usage
Perl
$cmdr->createRepository( "test-repositoryName" # repositoryName # optionals );
ectool
ectool createRepository \ "test-repositoryName" `# repositoryName` \ # optionals