Sonarqube quality gate not sending webhook to jenkins
问题 I configure Jenkins to work with sonarqube scanner. The scan are working fine. The jenkins pipeline is working and I don't have any isssue in the jenkins log. SonarQube Scanner 3.0.3.778 Jenkins: 2.70 SonarQube Scanner for Jenkins plugin: 2.6.1 I use this code: stage('SonarQube analysis') { sh 'sed -ie "s|_PROJECT_|${PROJECT_CODE}|g" $WORKSPACE/_pipeline/sonar-project.properties' // requires SonarQube Scanner 3.0+ def scannerHome = '/opt/sonar/bin/sonar-scanner'; withSonarQubeEnv(