Merge pull request #154 from dosire/patch-2
8.1 is now a supported version
This commit is contained in:
commit
f0426fb80b
|
@ -1,7 +1,7 @@
|
|||
gitlab-plugin
|
||||
=====================
|
||||
|
||||
This plugin emulates Jenkins as a GitlabCI Web Service to be used with GitlabHQ.
|
||||
This plugin lets you use Jenkins with GitLab.
|
||||
|
||||
Help Needed
|
||||
=====================
|
||||
|
@ -9,12 +9,12 @@ Help Needed
|
|||
|
||||
Supported GitLab versions
|
||||
======
|
||||
* 7.14.x
|
||||
* 7.14.x where it emulates Jenkins as a GitlabCI Web Service
|
||||
* 8.1.x and newer via the new commit status API that supports with external CI services like Jenkins
|
||||
|
||||
Unsupported GitLab versions
|
||||
======
|
||||
* 8.0.x - in this version, GitLab folded the GitLabCI functionality into core GitLab, and in doing so broke the ability for the plugin to give build status to GitLab. **Jenkins build status will never work with GitLab 8.0.x!**
|
||||
* 8.1.x - in this version, GitLab created a new commit status API to interface with external CI services like Jenkins. This plugin now supports that.
|
||||
|
||||
Current Supported GitLabCI Functions
|
||||
=====================
|
||||
|
|
Loading…
Reference in New Issue