-
Notifications
You must be signed in to change notification settings - Fork 617
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
End-point return 404 / Webhook return 500 #730
Comments
I have this exact same problem, discovered today despite everything working normally yesterday. I also have the same versions as OP. Jenkins Plugins updated yesterday: I tried rolling back those updated plugins and Jenkins itself to the previous version and I still have this same problem. |
Please enable the additional logging described in the User Support section of the README, and attach the resulting logs from Jenkins when you try to use the webhook. It isn't really clear to me what you have configured or where you are seeing these errors. For example, you say you see the 404 error on the Jenkins side, but GitLab is what should be accessing that URL, not Jenkins. |
I tried to get the end-point on my web browser. I got 404 not found and this in the log.
I tried to test the end-point from gitlab, I have the error message 500 but I don't have anything in the gitlab plugin logs so perhaps the bug is on the gitlab side. Yesterday I upgraded both jenkins and gitlab. @bhicks-usa , did you update gitlab yesterday also?
I am quite sure that this end-point worked two days ago (before the updates). |
Related to this: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/3307 |
FYI GitLab is tracking this on their side at https://gitlab.com/gitlab-org/gitlab-ce/issues/44480. |
Issue
Context
Logs & Traces
In the jenkins side:
HTTP ERROR 404 Problem accessing /project/universe/. Reason: Not Found Powered by Jetty:// 9.4.z-SNAPSHOT
In the gitlab side:
HTTP ERROR 500 Whoops, something went wrong on our end.
Problem description
The text was updated successfully, but these errors were encountered: