I am trying to use the ArtifactDeployer plugin to deploy to something to an NFS share. I have a windows slave which has been confgured as an NFS client and the NFS share is mapped to drive letter Z.
I have verified that my user has read and write permissions by performing operations in windows explorer under this drive letter. And I have Jenkins running as a service, under the same user's credentials. But when the service tries to perform file operations on this share, I only get errors.
I have tried setting the ArtifactDeployer destination to the Z:\path\to\stuff and also in the format of hostname:/path/to/stuff and neither seem to work.
[ArtifactDeployer] - [ERROR] - Failed to deploy. Can't create the directory 'Z:\path'
Any ideas what could be going on?
Hans