Back to index
Summary
Modifies an existing workflow definition.projectNameStringrequiredThe name for the project that must be unique among all projects. workflowDefinitionNameStringrequiredThe name of the workflow definition. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. newNameStringoptionalThe new name for an existing object that is being renamed. workflowNameTemplateStringoptionalThe template used to name instances of this workflow definition. |
Usage
Perl
$cmdr->modifyWorkflowDefinition( "test-projectName", # projectName "test-workflowDefinitionName" # workflowDefinitionName # optionals );
ectool
ectool modifyWorkflowDefinition \ "test-projectName" `# projectName` \ "test-workflowDefinitionName" `# workflowDefinitionName` \ # optionals