Jesse Glick commented on Improvement JENKINS-2717

Unless I am missing something, this is invalid in current plugin code. AbstractProject._poll first checks requiresWorkspaceForPolling. The implementation of this in SubversionSCM returns false unconditionally.

(compareRemoteRevisionWith does include code to handle workspace != null, but it seems this will always in fact be null when called from _poll via SCM.poll…meaning that isPollFromMaster, setPollFromMaster, pollFromMaster, and POLL_FROM_MASTER are all dead code.)

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.

Reply via email to