Network shares belong to the user and not the system, so any mounted network shares (e.g., the Z:\ example above) will not work because they only get created when the user logs in. Using a plain UNC path will work itself so long as the share is configured to allow the computer's account to have access to it. If it's restricted to a user account, then you have to run the Jenkins slave service under that user account. The plugin could theoretically impersonate a user and attempt to access the file using Jenkins credentials management, but this is non-trivial to implement.

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.
 
 

Reply via email to