Process Flow - Poll SCM configuration
Start Jenkins Job
Check Poll SCM Schedule
Is current time matching schedule?
No→Wait until next check
Yes
Poll SCM for changes
Are there changes?
No→Do not build, wait for next poll
Yes
Trigger Build
End Job Cycle
Jenkins checks the SCM at scheduled times; if changes are found, it triggers a build, otherwise waits for the next poll.