Jenkins doesn't start a build

117 Views Asked by At

I have a github webhook that sends request to jenkins BUT jenkins doesn't start my job. In jenkins logs I have found: Received PushEvent for https://github.com/xxxxx/xxxxxxx from xxxxxxx ⇒ http://xx:xx/github-webhook/

And in my job setting I set project url to https://github.com/xxxxx/xxxxx/

As you can see the difference only in the last slash, but when I remove this slash from jenkins setting, it gets set again

I think the problem is in this last slash.

I have already successfully started my job a few times and it doesn't do anything.

1

There are 1 best solutions below

3
Thanh Nguyen Van On

Jenkins doesnot have any webhook plugins in its self.

You should install this plugin and configuration.

https://plugins.jenkins.io/generic-webhook-trigger/