0

I am trying to integrate gitlab with the jenkins, i have configured following things: a) Created a jenkins job added gitlab plugin b) On the gitlab Added the url which is created by the gitlab plugin and the secret key c) while testing i am getting this error:

Hook executed successfully but returned HTTP 404 Error 404 Not Found

HTTP ERROR 404

Problem accessing /project/test%20project%20iOS. Reason:

 Not Found

Love
  • 125
  • 2
  • 13

1 Answers1

0

1.Have you installed webhook plugin in jenkins?

  1. Please make sure that you add correct url something in this format <jenkins_url>/project/job_name
Dashrath Mundkar
  • 7,956
  • 2
  • 28
  • 42
  • yes @Dashrath Mundkar i have gitlab webhook plugin and also using the same url which is given in the plugin itself – Love Jun 27 '20 at 15:56