createRepository
Creates a repository for one or more artifacts.
Arguments
Argument Name | Type | Description |
---|---|---|
repositoryName |
String |
The repository name. (Required) |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
repositoryDisabled |
Boolean |
Whether or not to disable the repository. |
url |
String |
The url for contacting the repository. |
zoneName |
String |
The zone name. |
deleteRepository
Deletes artifact repository metadata from the CloudBees CD/RO database. (This API call does not delete or remove artifacts stored on the repository machine.)
modifyRepository
Modifies an existing artifact repository.
Arguments
Argument Name | Type | Description |
---|---|---|
repositoryName |
String |
The repository name. (Required) |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
newName |
String |
The new name for an existing object that is being renamed. |
repositoryDisabled |
Boolean |
Whether or not to disable the repository. |
url |
String |
The url for contacting the repository. |
zoneName |
String |
The zone name. |
moveRepository
Moves an artifact repository in front of another, specified repository or to the end of the list. This API does not move artifact version data to another repository server machine. Only the repository order in which CloudBees CD/RO searches to retrieve an artifact version is changed.
Arguments
Argument Name | Type | Description |
---|---|---|
repositoryName |
String |
The repository name. (Required) |
beforeRepositoryName |
String |
Used when reordering the artifact repositories: the repository is moved to a position just before this repository. Blank means move the repository to the end of the artifact repository list. |