I want to use git shallow clone while checking out my repo. My objective is to reduce the Jenkins build time slightly. But the problem is I am getting thousands of warnings on the Jenkins build log. like following
[WARNING] Shallow clone detected, no blame information will be provided. You can convert to non-shallow with 'git fetch --unshallow'. [INFO] 0/4496 files analyzed [WARNING] Missing blame information for the following files:
I also get a warning on my SonarQube like this
how I can get rid of this warning message.