createMicroservice

On this page
Back to index

Summary

Creates a new microservice for a project or application.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringrequired
The name of the application.
microserviceName
Stringrequired
The name of the microservice.
addDeployProcess
Booleanoptional
If set to true, then a microservice process is also created.
definitionSource
Stringoptional
Enum representing the source of the microservice definition.
Possible values: "git", "helm_repository", "yaml_content"
definitionSourceParameters
Stringoptional
Parameters to resolve the source of the artifact representing microservice definition.
definitionType
Stringoptional
Microservice definition type.
Possible values: "helm", "yaml"
deployParameters
Stringoptional
Parameters to supply to deploy procedure of microservice definition type provider.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
rollbackParameters
Stringoptional
Parameters to store microservice definition rollback parameters.

Usage

Perl

$cmdr->createMicroservice( "test-projectName", # projectName "test-applicationName", # applicationName "test-microserviceName" # microserviceName # optionals );

ectool

ectool createMicroservice \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ "test-microserviceName" `# microserviceName` \ # optionals