Reputation: 533
I am using Publish Over CIFS plugin in Jenkins to transfer the files over to remote windows share folder.
But, it seems like there is no option available in this plugin to download files from remote windows share to local.
Is there any jenkins plugin can achieve this?
Is the the "File Operations Plugin"'s fileDownloadOperation support downloading from a windows share folder?
Thanks.
Upvotes: 3
Views: 1919
Reputation: 307
The File Operations Plugin does work with network shares. Just use the fileCopyOperation and give the path to your share like this: \\ShareServer\ShareName\path\to\your\file
Upvotes: 0