Re: Is Polling done via executors?

2015-06-24 Thread nicolas de loof
this depends on the SCM plugin you are using. If a workspace is required to poll, then indeed some command will run on executor during polling. I'm not sure to understand what you mean by scheduled polling... 2015-06-24 6:39 GMT+02:00 Vinodhini Vijay vinodhini.vi...@gmail.com: Hello All,

Re: Is Polling done via executors?

2015-06-24 Thread Vinodhini Vijay
On Wednesday, 24 June 2015 11:37:24 UTC+5:30, nicolas de loof wrote: this depends on the SCM plugin you are using. If a workspace is required to poll, then indeed some command will run on executor during polling. I'm not sure to understand what you mean by scheduled polling... I meant :

Re: Is Polling done via executors?

2015-06-24 Thread nicolas de loof
oh, so you question is about how jenkins do implement his cron-like scheduler ? what do you want to know ? This is just some java task scheduler to accept cron syntax and run the SCM-plugin polling 2015-06-24 9:23 GMT+02:00 Vinodhini Vijay vinodhini.vi...@gmail.com: On Wednesday, 24 June 2015

Is Polling done via executors?

2015-06-23 Thread Vinodhini Vijay
Hello All, When a free style job is configured for SCM polling (SCMTrigger), will the polling happen via one of the available executors ? Also, How does Jenkins run scheduled polling for SCM? More details on this would really helpful for us. Thank you! -- You received this message