I have scanned a project through SonarQube, and I want to know which code repository my project code comes from?

I have scanned a project through SonarQube, and I want to know which code repository my project code comes from? Is there a way to check this?
I have Jenkins and Git。

Hi,

you need to set the relevant properties
Jenkins sonar.links.ci
SCM sonar.links.scm

see Analysis Parameters | SonarQube Docs

Gilbert