Configuration parameters
url— Server URL (e.g. https://gitlab.com/api/v4) (required)api_key— API Key (required)trigger_token— Trigger Tokeninsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (22)
-
gitlab-artifact-getDeprecatedGets an artifact from a given artifact path, corresponding to a given job ID.
-
gitlab-get-projectsDeprecatedGets a list of all visible projects across GitLab for the authenticated user. When accessed without authentication, only public projects with simple fields are returned.
-
gitlab-get-versionDeprecatedRetrieves the version information for the GitLab instance, and responds 200 OK for authenticated users.
-
gitlab-group-projects-listDeprecatedGet the list of projects of a given group.
-
gitlab-issue-createDeprecatedCreate an issue
-
gitlab-issue-editDeprecatedEdit an issue
-
gitlab-issues-listDeprecatedList all issues
-
gitlab-jobs-listDeprecatedGets job details.
-
gitlab-merge-request-getDeprecatedGet a Merge Request
-
gitlab-merge-requests-listDeprecatedList all merge requests
-
gitlab-pipelines-listDeprecatedGets the details of the pipelines.
-
gitlab-pipelines-schedules-listDeprecatedGets the details of the pipeline schedules.
-
gitlab-projects-approve-accessDeprecatedApproves an access request for the given user.
-
gitlab-projects-create-repository-branchDeprecatedCreates a new branch in the repository.
-
gitlab-projects-delete-repository-branchDeprecatedDeletes a branch from the repository.
-
gitlab-projects-delete-repository-merged-branchesDeprecatedDeletes all branches that are merged into the project’s default branch.
-
gitlab-projects-deny-accessDeprecatedDenies an access request for the given user.
-
gitlab-projects-get-access-requestsDeprecatedGets a list of the access requests viewable by the authenticated user.
-
gitlab-projects-get-repository-branchesDeprecatedGets a list of repository branches from a project, sorted by name alphabetically.
-
gitlab-projects-request-accessDeprecatedRequests the authenticated user access to a group or project.
-
gitlab-raw-file-getDeprecatedGet raw file
-
gitlab-trigger-pipelineDeprecatedTrigger a pipeline in gitlab.