createCIConfiguration
Creates a new CI server configuration.
Arguments
Argument Name | Type | Description |
---|---|---|
ciConfigurationName |
String |
The name of the CI configuration. (Required) |
ciConfigurationType |
String |
The type of CI configuration. |
credentialName |
String |
The name of the credential. |
credentialProjectName |
String |
The name of the project containing specified credential. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
isDefault |
Boolean |
Set as default CI Configuration. |
overrideDefault |
Boolean |
If |
password |
String |
The password for authenticating with the CI server. |
publicKey |
String |
Public key for the CI controller. Use this argument to specify the public key for the CI controller if the server is unable to retrieve the controller’s public key due to network topology. |
refCIConfiguration |
String |
References the CI configuration to use the |
serverUrl |
String |
URL to connect to the CI server. |
testConnection |
Boolean |
Specifies if the connection to the CI server should be tested before
saving the configuration. The default is |
userName |
String |
The user name for authenticating with the CI server. |
deleteCIConfiguration
getCIConfiguration
modifyCIConfiguration
Modifies an existing CI server configuration.
Arguments
Argument Name | Type | Description |
---|---|---|
ciConfigurationName |
String |
The name of the CI configuration. (Required) |
ciConfigurationType |
String |
The type of CI configuration. |
credentialName |
String |
The name of the credential. |
credentialProjectName |
String |
The name of the project containing specified credential. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
isDefault |
Boolean |
Set as default CI Configuration. |
newName |
String |
The new name for an existing object that is being renamed. |
overrideDefault |
Boolean |
If |
password |
String |
The password for authenticating with the CI server. |
publicKey |
String |
Public key for the CI controller. Use this argument to specify the public key for the CI controller if the server is unable to retrieve the controller’s public key due to network topology. |
serverUrl |
String |
URL to connect to the CI server. |
testConnection |
Boolean |
Specifies if the connection to the CI server should be tested before
saving the configuration. The default is |
userName |
String |
The user name for authenticating with the CI server. |