setComplianceConfiguration

On this page
Back to index

Summary

Sets the CloudBees Compliance configuration.
This command is currently in preview and may change or be removed before release.
authenticationToken
Stringoptional
Authentication token used to authenticate the requests sent to CloudBees Compliance. The authentication token must be set if integration with Compliance is enabled.
complianceUrl
Stringoptional
CloudBees CD/RO communicates with CloudBees Compliance using this URL. This URL must be set if integration with Compliance is enabled. Enclose the IPV6 address in square brackets. Example: [<IPv6-ADDRESS>].
enabled
Booleanoptional
If true, enables communication with CloudBees Compliance.
testConnection
Booleanoptional
Whether the connection to CloudBees Compliance should be tested before saving the configuration. Defaults to true.

Usage

Perl

$cmdr->setComplianceConfiguration( # optionals );

ectool

ectool setComplianceConfiguration \ # optionals