createPluginConfiguration

On this page
Back to index

Summary

Creates a new plugin configuration.
projectName
Stringrequired
The name for the project that must be unique among all projects.
pluginConfigurationName
Stringrequired
Unique name of the plugin configuration within the project.
credentialReferenceParameters
Stringoptional
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
Stringoptional
Credentials to be used by the plugin config.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
fields
Stringoptional
Fields for plugin configuration.
pluginKey
Stringoptional
The plugin key.
pluginProjectName
Stringoptional
The name for the plugin's project.

Usage

Perl

$cmdr->createPluginConfiguration( "test-projectName", # projectName "test-pluginConfigurationName" # pluginConfigurationName # optionals );

ectool

ectool createPluginConfiguration \ "test-projectName" `# projectName` \ "test-pluginConfigurationName" `# pluginConfigurationName` \ # optionals