Ming
Ming

Reputation: 533

How to download files from remote windows share in jenkins?

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.

  1. Is there any jenkins plugin can achieve this?

  2. Is the the "File Operations Plugin"'s fileDownloadOperation support downloading from a windows share folder?

Thanks.

Upvotes: 3

Views: 1919

Answers (1)

dozerman
dozerman

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

Related Questions