Re: publish-over-cifs in a pipeline build

2016-11-14 Thread Donald Morton
I think you can have the job run the "net use" command to tie credentials to a fileshare, and then just copy like it's a regular file. Not sure how you'd secure the credentials, though. Ansible, Puppet, or Windows DSC might be other options to pursue. On Tuesday, November 8, 2016 at 5:13:17 PM

publish-over-cifs in a pipeline build

2016-11-08 Thread Tristan Bull
Hi all, I'm looking at converting our Jenkins implementation over to pipeline builds using the github-organization-folder plugin. Our current builds publish build artifacts to a windows file share using the publish-over-cifs plugin. What is the best way to accomplish this in a pipeline build? I