Hello All,
How to increase index scans in built-in node/Jenkins controller while SCM pooling or Webhooks. Currently at time not scanning more than #5 count.
example here : Built-In Node [Jenkins]
if any help appreciated, Thank you in advance.
“Manage Jenkins” → “System” includes “SCM Polling” that controls the maximum concurrent polling that is allowed.
I’m not sure if that limit controls the processing of web hooks.
Kohsuke Kawaguchi, the creator of Jenkins, wrote a 2011 blog post reminding all of us that we should trigger builds from the SCM system with push notifications rather than having Jenkins trigger builds by polling the SCM system. That blog post is:
Thank you Mark for the reply and information.
SCM Polling settings helped and I am still searching and looking for assistance on how to increase multibrach pipeline jobs index scans.