Hello, when running a scan from jenkins (pipeline), it runs successfully, but I check in sonar and see the following:
I will Background Tasks and expand Show Error Details, the error message is the following:
java.lang.OutOfMemoryError: Java heap space
I have tried to adjust these parameters in the pipeline so that the analysis runs correctly but I have not succeeded:
SONAR_RUNNER_OPTS
SONAR_SCANNER_OPTS
MAVEN_OPTS
Any help is helpful…