_(if you have performed all the above, remove the paragraph and continue describing the issue with template below)_
Hook executed successfully but returned HTTP 403
Problem accessing /job/TestCiWorkflowProduction/build. Reason:
No valid crumb was included in the request
When CSRF protection is enabled in Jenkins, the Web Hook from GitLab fails with the above message. I see some code in this plugin that suggests it should be excluding it's endpoints from CSRF protection but I'm not 100% sure. Is this supposed to work or is it something that needs to be added?
You are using the wrong URL. /project/TestCiWorkflowProduction would be the correct one for your case. The URL mentioned by you is an internal URL of the Jenkins and has nothing to do with this plugin.
@coder-hugo 馃槥 Derp. Thanks for pointing that out.
Thanks @coder-hugo
Most helpful comment
You are using the wrong URL.
/project/TestCiWorkflowProductionwould be the correct one for your case. The URL mentioned by you is an internal URL of the Jenkins and has nothing to do with this plugin.