|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I've managed to get SCM polling to work by commenting out line 357 (noted in the previous comment with 'NPE--->').
I'm not sure what the intent was of using forNode(). My first thought was that it allows for the case where a job is running on a slave node. After further consideration I don't think that is accurate as my understanding is that only a master node performs SCM polling.
Any comments?