The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

GitLab Plugin

acceptGitLabMR: Accept GitLab Merge Request

  • mergeCommitMessage : String (optional)
  • removeSourceBranch : boolean (optional)
  • useMRDescription : boolean (optional)

addGitLabMRComment: Add comment on GitLab Merge Request

  • comment : String (optional)

gitlabBuilds: Notify gitlab about pending builds

  • builds : Array / List of String (optional)

    gitlabCommitStatus: Update the commit status in GitLab depending on the build status

    • name : String
    • builds (optional)
        Array / List of Nested Object
      • connection (optional)
          Nested Object
        • gitLabConnection : String
        • jobCredentialId : String (optional)
        • useAlternativeCredential : boolean (optional)
      • name : String (optional)
      • projectId : String (optional)
      • revisionHash : String (optional)
    • connection (optional)
        Nested Object
      • gitLabConnection : String
      • jobCredentialId : String (optional)
      • useAlternativeCredential : boolean (optional)

    updateGitlabCommitStatus: Update the commit status in GitLab

    • name : String (optional)
    • state (optional)
      • Values: pending, running, canceled, success, failed, skipped

    Was this page helpful?

    Please submit your feedback about this page through this quick form.

    Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

        


    See existing feedback here.