gitlab 11.1.1-ce "API V3 is no longer supported. Use API V4 instead"
Closed this issue · 1 comments
xiaogangfighting commented
zi6me commented
Got similar problem.
The code using API v3 is here
https://github.com/rancher/pipeline/blob/master/scm/gitlab_manager.go
//use v3 endpoint for compatibility
const gitlabAPI = "%s%s/api/v3"
Need change it to v4
And also following https://docs.gitlab.com/ee/api/v3_to_v4.html to check all API used and change it if neccessary