Hi, 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 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0370686f-cf72-4c2b-8f44-f5e0336c2947%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
