createPluginConfiguration
This command is a Preview feature. |
A Preview feature:
Product features and documentation are frequently updated. If you find an issue or have a suggestion, please contact CloudBees Support. |
Creates a new plugin configuration.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
pluginConfigurationName |
String |
(Required) Unique name of the plugin configuration within the project. |
credentialReferenceParameters |
Map |
List of credential parameters with references to existing credentials as parameter values. If the parameter value is a property reference then the credential would be resolved at runtime. |
credentials |
Collection |
Credentials to be used by the plugin config. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
fields |
Map |
Fields for plugin configuration. |
pluginKey |
String |
The plugin key. |
pluginProjectName |
String |
The name for the plugin’s project. |
deletePluginConfiguration
getPluginConfiguration
getPluginConfigurations
This command is a Preview feature. |
A Preview feature:
Product features and documentation are frequently updated. If you find an issue or have a suggestion, please contact CloudBees Support. |
Find plugin configurations.
modifyPluginConfiguration
This command is a Preview feature. |
A Preview feature:
Product features and documentation are frequently updated. If you find an issue or have a suggestion, please contact CloudBees Support. |
Modifies a plugin configuration.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
pluginConfigurationName |
String |
(Required) Unique name of the plugin configuration within the project. |
clearCredentialNames |
Collection |
Collection of existing credential names to be cleared for the plugin configuration. |
clearCredentials |
Boolean |
Whether or not to clear existing credentials for the plugin configuration. |
clearFields |
Boolean |
Whether or not to clear fields for the plugin configuration. |
credentialReferenceParameters |
Map |
List of credential parameters with references to existing credentials as parameter values. If the parameter value is a property reference then the credential would be resolved at runtime. |
credentials |
Collection |
Credentials to be used by the plugin config. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
fields |
Map |
Fields for plugin configuration. |
newName |
String |
The new name for an existing object that is being renamed. |