Skip to main content

Create Project

Creates a GitLab project.

External Documentation

To learn more, visit the GitLab documentation.

Parameters

ParameterDescription
DescriptionShort project decription.
Initialize With Readmefalse by default.
NameThe name of the new project. Equals path if not provided.
PathRepository name for new project. Generated based on name if not provided (generated as lowercase with dashes).
VisibilityProject in GitLab can be either private, internal or public. This is determined by the visibility field in the project. Values for the project visibility level are: private: project access must be granted explicitly for each user. internal: the project can be cloned by any signed-in user except external users. public: the project can be accessed without any authentication.

Workflow Library Example

Create Project with Gitlab and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop