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
6966a8fb
Commit
6966a8fb
authored
Aug 11, 2020
by
Mike Lewis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-213' into 'master'
Remove old Jenkins details See merge request gitlab-org/gitlab!38880
parents
126bb14e
da3e835d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
doc/integration/jenkins.md
doc/integration/jenkins.md
+0
-18
No files found.
doc/integration/jenkins.md
View file @
6966a8fb
...
...
@@ -147,24 +147,6 @@ Configure the GitLab integration with Jenkins.
authentication.
1.
Click
**Test settings and save changes**
. GitLab tests the connection to Jenkins.
## Plugin functional overview
GitLab does not contain a database table listing commits. Commits are always
read from the repository directly. Therefore, it's not possible to retain the
build status of a commit in GitLab. This is overcome by requesting build
information from the integrated CI tool. The CI tool is responsible for creating
and storing build status for Commits and Merge Requests.
### Steps required to implement a similar integration
NOTE:
**Note:**
All steps are implemented using AJAX requests on the merge request page.
1.
In order to display the build status in a merge request you must create a project service in GitLab.
1.
Your project service will do a (JSON) query to a URL of the CI tool with the SHA1 of the commit.
1.
The project service builds this URL and payload based on project service settings and knowledge of the CI tool.
1.
The response is parsed to give a response in GitLab (success/failed/pending).
## Troubleshooting
### Error in merge requests - "Could not connect to the CI server"
...
...
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