createRepository
Creates a new 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. |
repositoryDisabled |
Boolean |
Whether or not to disable the repository. |
url |
String |
The url for contacting the repository. |
zoneName |
String |
The zone name. |
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. |
newName |
String |
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
Move an artifact repository in front of another, specified repository or at the end of the list.
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. |