New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GitLab Status API Endpoint #6
Comments
|
After moving from Drone 0.8 to 1.0, drone do not send back the building results.At this point, what can I do? What is the plan about this issue.Thanks |
|
Maybe you just configured something wrong? The current Gitlab api have been deprecated, but not dropped. |
|
Confirmed the error : Jobs doe not update status in gitlab; in my apach logging (usesd as proxy) i have the following lines It looks like a simple url update too get it working ; how do i do this and test it ? can you @bradrydzewski build me a tc6 i can test ? |
|
You could use the integration test suite part of this repo to test your change |
|
fixed by 57adc70 |
It looks like we are using a deprecated endpoint here:
https://github.com/drone/go-scm/blob/master/scm/driver/gitlab/repo.go#L149
need to change to this:
https://docs.gitlab.com/ee/api/commits.html#post-the-build-status-to-a-commit
The text was updated successfully, but these errors were encountered: