I am trying to integrate Sonar in Jenkins. Due to some bad code quality - it is giving below error.
"ERROR: Error during SonarQube Scanner execution java.lang.IllegalStateException: Project does not pass the quality gate."
I do not have permission to change the quality gate right now. I want to make the build success irrespective of quality gate result. How to do it?