I want to get the user who commits in Git or other SCM tool.I am running sonarqube from jenkins for each commit(Plugin is already available) to run.But i need to get the user for each commit before running sonarqube, so that i could show the metrics for each user with respective to technical debts,function points etc from Sonarqube.
Thanks in advance