Process Flow - Lightweight checkout
Start Jenkins Job
Check if Lightweight Checkout enabled?
No→Full Checkout
Yes
Fetch only Jenkinsfile and minimal metadata
Run Pipeline using fetched Jenkinsfile
Job completes faster with less data
The flow shows Jenkins deciding to do a lightweight checkout by fetching only the Jenkinsfile and minimal data, skipping full repository clone for faster job start.