You can either use the scp plugin
- https://wiki.jenkins-ci.org/display/JENKINS/SCP+plugin
Then define those deploy servers in the global config and use that as part of your jenkins job (build steps)
Or use the promotion steps if you want to explicitly configure when it should be deployed those artifacts, likely based on some secured manual actions or on nightly basis as an example:
- https://wiki.jenkins-ci.org/display/JENKINS/Promoted+Builds+Plugin
There is already another plugin called deploy but it is only for ear/war files AFAIK
I hope it helps
Cheers
Hi All,
i am trying to Deploy the jar files to remote server from the artifacts created.after the build process can any one tell me how to do this .
Basically i need to deploy the jar to remote server.