Skip to end of banner
Go to start of banner

createBranch

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

See also: Actions

Description

Create repository branch. Use from parameter to specify the source branch that this branch will be created from. Use type parameter to specify branch types, like Feature, Bugfix, Release etc. The final branch name will be combination of type and branch name with a slash. Use continue parameter to ignore when branch already exists.

Required Parameters

repository, branch, from

Optional Parameters

workspace, type, continue

Type

Create

Category

Branches

Output Formats

Replacement Variables

branch, branchId

Since Version10.5

Examples

createBranch

Related How To's

  • No labels