Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties


Description

Create repository branch. Use the from parameter to specify the source reference (commit, branch, or tag) that this branch will be created from. Use optional 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


...