Sonarqube webhook response 404

I have configured the SonarQube webhook to notify Jenkins.

But got the response 404.

SonarQube webhook : http://ip:8080/sonarqube-webhook/

Also got the 404 when i access it from the browser

Jenkins and sonarqube are on the same machine

Sonarqube version 9.3

What is the problem

Are you sure you have the SonarScanner for Jenkins installed on your Jenkins instance?

Yes @Colin.


Thanks.

Is your Jenkins instance using a specific web context? Like http://ip:8080/jenkins?

Yes, My jenkins context is http://ip:8080/jenkins

So your webhook URL would be http://ip:8080/jenkins/sonarqube-webhook/