I installed Sonarqube plugin in Jenkins, already configured the sonarqube server and sonarqube scanner from the Jenkins configuration:
but when I ran the pipeline I got this error:
ERROR: SonarQube installation defined in this job (sonarqube) does not match any configured installation. Number of installations that can be configured: 1.
What causing the error above?