I have generated inspections in the form of .xml files using these customs rules with the help of IntelliJ inspect.sh file which can be found in the bin
I have gone through those XML files, I know that the data exists but it’s not getting uploaded.
I am using this command. "sonarqube", "--info", "--stacktrace", "-PskipTest", "-Dsonar.intellij.inspection.curr=/opt/sonarqube/inspections-work-dir/current", "-Dsonar.intellij.inspection.prev=/opt/sonarqube/inspections-work-dir/prev/full", "-Dsonar.module.last=metrics"
System Config
Sonarqube is deployed on a linux machine and I run the whole process in a Jenkins pipeline