Back to GitLab Integrations
Handler · Version 1

GitLab Branch Create GitLab

Download GitHub

About

Creates a new branch using an existing branch or commit SHA in an existing GitLab project using a user's private token (obtained in GitLab under the intended user's 'Settings' => 'Account'). The source location for the new branch is found through providing the projects path (which is the project name provided in the URL - not necessarily the same as the readable name) and an existing branch or commit SHA. Once this is found, the new branch will be created with the given name and the previously found source. An empty result set will be returned on a successful branch creation.

Parameters
Name Description Sample
Project Group Path of the group where the project is located (defaults to the GitLab default group if not provided). super-secret-group
Project Path Path of the project where the branch should be created. test-project
Branch Name for the new branch. master
Branch Source Name of another branch to use as a source for the new branch (can also use a commit SHA). develop
Changelog

GitLab Branch Create V1 (2017-10-02)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top