I'm using a Jenkins pipeline project to build my sources.
When checking Lightweight checkout, I'm getting next output:
Lightweight checkout support not available, falling back to full checkout.
I'm using the latest version of Git.
Could the reason be that the Jenkinsfile is not on the root of the project?
Can't really find lots of documentation on this feature.