Sonarqube webhook not valid with Jenkins Localhost

Viewed 1303

Im testing using a Sonarqube Server Community EditionVersion 8.4.1 (build 35646) and Jenkins Server 2.235.5. Both are in the same machine.

Im trying to implement Sonarqube functionalities in my Jenkins Pipeline following some tutorials.

This is the Pipeline Stage/Step where I have defined the Sonarqube implementation:

enter image description here

When I want to define a webhook in Sonarqube, appears me this message:

enter image description here

I already try to update windows host file with another name, but no working :(

1 Answers

You can change this behavior in the global configuration: Administration › General Settings > Security, setting "Enable local webhooks validation” to false.

Related