createRepository

On this page
Back to index

Summary

Creates a repository for one or more artifacts.
repositoryName
Stringrequired
The repository name.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
repositoryDisabled
Booleanoptional
Whether or not to disable the repository.
url
Stringoptional
The URL for contacting the repository.
zoneName
Stringoptional
The zone name.

Usage

Perl

$cmdr->createRepository( "test-repositoryName" # repositoryName # optionals );

ectool

ectool createRepository \ "test-repositoryName" `# repositoryName` \ # optionals