Back to index
Summary
Change the CI events schema configuration.eventNameStringrequiredName of the event. versionLongrequiredVersion of the event schema. destinationStringoptionalDestination of the event. Possible values: "CD" , "DOIS" destinationMappingArrayoptionalMapping destination types to JSON text with the mapping fields. eventSchemaStringoptionalJSON text for the event schema. Required if the event does not already have a schema registered. |
Usage
Perl
$cmdr->setCIEventsSchemaConfiguration( "test-eventName", # eventName "test-version" # version # optionals );
ectool
ectool setCIEventsSchemaConfiguration \ "test-eventName" `# eventName` \ "test-version" `# version` \ # optionals