Jenkins - Publish Over CIFS Plugin
- by Juvil
I am getting confused with this plug in.
basically my target is to Deploy files from Server1 to Server2
now the buildoutput dir is in a specific location in Server1
example
E:\BuildOutput\Apps\Application1\Bin\
I need to deploy them in Server2
C:\Program Files\Tools\Application1\Bin\
How do I set up this plugin to work to what i need?
I am getting stressed in the amount of files that needs to be deployed to another server, i just wished a simple xcopy tool to another server could work.