createCIConfiguration
Create a new CI Configuration.
Arguments
Argument Name | Type | Description |
---|---|---|
ciConfigurationName | String | The name of the CI Configuration. (Required) |
description | String | Comment text describing this object that is not interpreted at all by CloudBees CD. |
password | String | Password for authenticating with the CI server. |
serverUrl | String | Url to connect to CI server. |
testConnection | Boolean | Whether the connection to the CI Server should be tested before saving the configuration. Defaults to false. |
userName | String | Username for authenticating with the CI server. |
deleteCIConfiguration
getCIConfiguration
modifyCIConfiguration
Modify an existing CI Configuration.
Arguments
Argument Name | Type | Description |
---|---|---|
ciConfigurationName | String | The name of the CI Configuration. (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. |
password | String | Password for authenticating with the CI server. |
serverUrl | String | Url to connect to CI server. |
testConnection | Boolean | Whether the connection to the CI Server should be tested before saving the configuration. Defaults to false. |
userName | String | Username for authenticating with the CI server. |