Can I get the result of the sonarqube payload in the Jenkins console?

Hi Anna,

you have to setup a logger in Jenkins like that =

The log has the full payload.
If you need to show it in Jenkins pipeline console log also you may parse those logs,
see $JENKINS_HOME/logs/custom/SonarQube.log with log rotation.
As the payload in the log has the analysisid you should be able get the right one.

Gilbert