Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6d620b8f
Commit
6d620b8f
authored
Jul 26, 2017
by
Marcia Ramos
Committed by
Job van der Voort
Jul 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: add overview and use cases for Jenkins integration
parent
c2dbf863
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
5 deletions
+18
-5
doc/integration/jenkins.md
doc/integration/jenkins.md
+18
-5
No files found.
doc/integration/jenkins.md
View file @
6d620b8f
...
...
@@ -10,12 +10,25 @@ project service settings. We may remove this in a future release and recommend
using the new 'Jenkins CI' project service instead which is described in this
document.
The Jenkins integration includes:
## Overview
*
Trigger a Jenkins build after push to a repository and/or when a merge request
is created
*
Show build status on Merge Request page, on each commit and on the project
home page
[
Jenkins
](
https://jenkins.io/
)
is a great Continuous Integration tool, similar to our built-in
[
GitLab CI
](
../ci/README.md
)
.
GitLab's Jenkins integration allows you to trigger a Jenkins build when you
push code to a repository, or when a merge request is created. Additionally,
it shows the pipeline status on merge requests widgets and on the project's home page.
## Use cases
-
Suppose you are new to GitLab, and want to keep using Jenkins until you prepare
your projects to build with
[
GitLab CI/CD
](
../ci/README.md
)
. You set up the
integration between GitLab and Jenkins, then you migrate to GitLab CI later. While
you organize yourself and your team to onboard GitLab, you keep your pipelines
running with Jenkins, but view the results in your project's repository in GitLab.
-
Your team uses
[
Jenkins Plugins
](
https://plugins.jenkins.io/
)
for other proceedings,
therefore, you opt for keep using Jenkins to build your apps. Show the results of your
pipelines directly in GitLab.
## Requirements
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment