Skip to content
Snippets Groups Projects

Docs: add overview and use cases for Jenkins integration

Merged username-removed-236961 requested to merge docs-overview-jenkins into master
1 unresolved thread

What does this MR do?

Docs: add overview and use cases for GitLab's Jenkins integration.

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/3012

cc/ @axil @bikebilly

Edited by username-removed-236961

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 🚄 Job van der Voort 🚀 approved this merge request

    approved this merge request

  • 🚄 Job van der Voort 🚀 resolved all discussions

    resolved all discussions

  • mentioned in commit 3a1b9c6a

  • 10 10 using the new 'Jenkins CI' project service instead which is described in this
    11 11 document.
    12 12
    13 The Jenkins integration includes:
    13 ## Overview
    14 14
    15 * Trigger a Jenkins build after push to a repository and/or when a merge request
    16 is created
    17 * Show build status on Merge Request page, on each commit and on the project
    18 home page
    15 [Jenkins](https://jenkins.io/) is a great Continuous Integration tool, similar to our built-in
    16 [GitLab CI](../ci/README.md).
    17
    18 GitLab's Jenkins integration allows you to trigger a Jenkins build when you
    19 push code to a repository, or when a merge request is created. Additionally,
    Please register or sign in to reply
    Loading