is it possible to see which git commit that has been analyzed, in sonar web gui ?
Oor in some other way in sonarqube ?
In version 7.9
Regards
/Anders
is it possible to see which git commit that has been analyzed, in sonar web gui ?
Oor in some other way in sonarqube ?
In version 7.9
Regards
/Anders
Hello Anders,
No it is not possible out of the box.
You may add this as metadata through the custom Events concept and push through the APIs AFTER the analysis. See:
api/project_analyses/create_event
for automation of this process in your pipeline.Olivier
Ok, thanks.
/Anders