GitLab
Deprecated. Use GitLab v2 in GitLab Pack instead.
- Category
- Utilities
- Pack
- DevSecOps
Configuration parameters
- url — Server URL (e.g. https://gitlab.com/api/v4) (required)
- api_key — API Key (required)
- trigger_token — Trigger Token
- insecure — Trust any certificate (not secure)
- proxy — Use system proxy settings
Commands (22)
- gitlab-artifact-get — Gets an artifact from a given artifact path, corresponding to a given job ID.
- gitlab-get-projects — Gets 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-version — Retrieves the version information for the GitLab instance, and responds 200 OK for authenticated users.
- gitlab-group-projects-list — Get the list of projects of a given group.
- gitlab-issue-create — Create an issue
- gitlab-issue-edit — Edit an issue
- gitlab-issues-list — List all issues
- gitlab-jobs-list — Gets job details.
- gitlab-merge-request-get — Get a Merge Request
- gitlab-merge-requests-list — List all merge requests
- gitlab-pipelines-list — Gets the details of the pipelines.
- gitlab-pipelines-schedules-list — Gets the details of the pipeline schedules.
- gitlab-projects-approve-access — Approves an access request for the given user.
- gitlab-projects-create-repository-branch — Creates a new branch in the repository.
- gitlab-projects-delete-repository-branch — Deletes a branch from the repository.
- gitlab-projects-delete-repository-merged-branches — Deletes all branches that are merged into the project’s default branch.
- gitlab-projects-deny-access — Denies an access request for the given user.
- gitlab-projects-get-access-requests — Gets a list of the access requests viewable by the authenticated user.
- gitlab-projects-get-repository-branches — Gets a list of repository branches from a project, sorted by name alphabetically.
- gitlab-projects-request-access — Requests the authenticated user access to a group or project.
- gitlab-raw-file-get — Get raw file
- gitlab-trigger-pipeline — Trigger a pipeline in gitlab.