English 中文(简体)
Gitlab webhooks get error 500 internal server error when deploy
原标题:

I have one project called SDK which I want to connect to another project called QA. All I want to do is just start CI/CD on QA when SDK was pushed. I want to build a webhook between these two project but always get error

I open the setting->CI/CD->Pipeline trigger and found this url and replace TOKEN and REF_NAME with my token and branch name.

enter image description here

Then I open SDK project to integration , setting this attributes.

enter image description here

After that I click the add webhook, it redirect to an error page.

enter image description here

Two of the url start with http://fhrd..... I m not sure is it a localhost problem which result in this error. What s problem with my setting?

问题回答

暂无回答




相关问题
Error when trying to use webhook with Google Forms

I am using Google Forms, and when I send the answer, I want for the answer to be sent via webhook. Here is my current code: var POST_URL = "my webhook url"; function onSubmit(e) { var ...

Testing http callback or webhooks [closed]

I wish to see the content of a http callback generated by an application (i.e. paypal or Google s pubsubhubbub). Does anybody know of a simple service that I can use as endpoint for a http post and ...

Create Wufoo webhook with PUT request in ColdFusion

I m having troubles with building correct PUT request to the Wufoo. In all my attempts I see the same error: 404 A WebHook must contain a url parameter. Here is the version with JSON data type: &...

Web hooks in Python: Any particular library?

I wanted to implement web hooks in python. Both at server end and client end. Is there any particular library for implementing web hooks? Or does django or twisted python handle this?

Implementing the server side of Webhooks

If I want to Webhooks-enable a web application (I m referring to the server-side of things, ie the server where the event happens and the callback is initiated from), are there libraries for this, or ...

热门标签