Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: gitlab-oauth-plugin
-
Labels:None
-
Environment:Jenkins 2.18
Gitlab plugin 1.3.0
Gitlab Authentication plugin 1.0.5
OpenJDK 7u111-2.6.7-1~deb7u1
-
Similar Issues:
Description
If the URL https://gitlab.example.com/api/v3 is put in as the API url, the path component is repeated twice in the API requests, e.g. from our Gitlab logs:
5.153.x.x - - [17/Aug/2016:12:17:12 +0100] "GET /api/v3/api/v3/user HTTP/1.1" 302 109 "-" "Java/1.7.0_111"
I experienced the same issue a few moments ago and received a GitLab API exception. Temporary workaround is to use the URL without /api/v3
I'm watching this issue so that I can update my configuration when this plugin is updated. Thanks.