Re: copy file from Mac server to Windows share server via jenkins job

2019-02-05 Thread Pradeep Drall
Hi, Thanks for your reply. I installed the publish-over-cifs plugin and set the configuration in Jenkins configuration system which is working fine. When I transfer the file, I received the message CIFS transferred (0) file . I followed the publish-over-cifs plugin details in jenkins website.

Re: copy file from Mac server to Windows share server via jenkins job

2019-01-30 Thread Slide
You can look into the publish-over-cifs plugin, though if you are using pipeline, you could also install smbclient and send files that way as well. You can use the snippet or directive generator to generate the code for the publish-over-cifs-plugin. On Wed, Jan 30, 2019 at 12:52 AM Pradeep Drall

copy file from Mac server to Windows share server via jenkins job

2019-01-29 Thread Pradeep Drall
Hi, I created .ipa and .apk file in Mac machine with Jenkins job , now I would like to copy these files from Mac machine to windows shared drive with jenkins job. Please do let me know the plugin name and jenkins pipeline job code. Mac server : {HOME}\Archivefile\abc.ipa and bcd.apk file Win