GitLab Deprecated

Deprecated. Use GitLab v2 in GitLab Pack instead.

Utilities · 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 Deprecated

    Gets an artifact from a given artifact path, corresponding to a given job ID.

  • gitlab-get-projects Deprecated

    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 Deprecated

    Retrieves the version information for the GitLab instance, and responds 200 OK for authenticated users.

  • gitlab-group-projects-list Deprecated

    Get the list of projects of a given group.

  • gitlab-issue-create Deprecated

    Create an issue

  • gitlab-issue-edit Deprecated

    Edit an issue

  • gitlab-issues-list Deprecated

    List all issues

  • gitlab-jobs-list Deprecated

    Gets job details.

  • gitlab-merge-request-get Deprecated

    Get a Merge Request

  • gitlab-merge-requests-list Deprecated

    List all merge requests

  • gitlab-pipelines-list Deprecated

    Gets the details of the pipelines.

  • gitlab-pipelines-schedules-list Deprecated

    Gets the details of the pipeline schedules.

  • gitlab-projects-approve-access Deprecated

    Approves an access request for the given user.

  • gitlab-projects-create-repository-branch Deprecated

    Creates a new branch in the repository.

  • gitlab-projects-delete-repository-branch Deprecated

    Deletes a branch from the repository.

  • gitlab-projects-delete-repository-merged-branches Deprecated

    Deletes all branches that are merged into the project’s default branch.

  • gitlab-projects-deny-access Deprecated

    Denies an access request for the given user.

  • gitlab-projects-get-access-requests Deprecated

    Gets a list of the access requests viewable by the authenticated user.

  • gitlab-projects-get-repository-branches Deprecated

    Gets a list of repository branches from a project, sorted by name alphabetically.

  • gitlab-projects-request-access Deprecated

    Requests the authenticated user access to a group or project.

  • gitlab-raw-file-get Deprecated

    Get raw file

  • gitlab-trigger-pipeline Deprecated

    Trigger a pipeline in gitlab.