GitLab Project Create Version 1

Creates a new project in the given GitLab instance using a user's private token (obtained in GitLab under the intended user's 'Settings' => 'Account') and information about the new project. If the new project should be placed under an existing group, the handler first has to do a search to retrieve the id for a group matching the inputted path. A POST object is then created using the name/path (at least one is required to be provided), the group id (if a group was provdied), as well as any of the remaining input parameters. If any errors are caught on the creation attempt they will be caught and raised along with the error code and message. If there are no errors, an id for the newly created project will be returned.

Parameters

Name Description
Name Readable name for the new project (if not provided the path will determine the name).
Path URL path for the new project (if not provided the name will determine the path).
Description Description of the new project.
Group Path for the group that the project should be placed in.
Default Branch Default branch for the project (if not provided, default is master).
Visibility Visibility options are 'private', 'internal', or 'public'. Will default to the group or organization default if not provided.

Sample Configuration

Name Description
Name My Test Project
Path test-project
Description A test repository created by test.user
Group super-secret-group
Default Branch develop
Visibility internal

Results

Name Description
Project Id If the project is succesfully created, the id for the newly created project

Changelog

GitLab Project Create V1 (2017-10-02)

  • Initial version. See README for details.


Related Handlers

GitLab Branch Create
Creates a new branch in an existing GitLab project.
GitLab Branch Protect
Protects a specified branch in an existing GitLab project.
GitLab File Create
Creates a new file in an existing GitLab project.
GitLab Webhook Create
Creates a new webhook for an existing GitLab project.

Looking for a workflow engine?

Learn more about the Kinetic Data Enterprise Workflow Platform Check it out Caret right circle