|
||||||||
|
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/groups/opt_out.

I have the same problem. My job is bound to a windows slave which runs as LocalSystem (it is executing GUI tests and has to interact with the desktop). This slave / service does not have access to the network share. I would like to see something similar to the perforce plugin: it allows to restrict the polling to the master. My Jenkins master is running under a dedicated user and has access to the network share.
As a workaround I have defined a "trigger" job which does only the polling. This job starts the "worker" job when a file has changed.