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.
Then I open SDK project to integration , setting this attributes.
After that I click the add webhook, it redirect to an error page.
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?