Depending how you "auto-deploy" there might be a plugin for it - search the availalbe plugins for your server (eg Tomcat)
Or, for a more manual process: * Use the Publish Over SSH plugin to push the files up to your server (you will need to configure your SSH authentication credentials) * Use Ant to execute your deploy script on the server Just configure these in your post build actions From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Wednesday, August 26, 2015 12:47 PM To: Jenkins Users Subject: Automated deployment process through Jenkins I have configured Jenkins on windows 7 based and we are using Subversion on windows based. I am trying to Automate my build machine.Once it build automatically the war files should copy to shared server location and do the auto deployment.I need assistance to implement this process. -- 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]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/448ba04f-73e3-496b-8d9c-8643ecd13361%40googlegroups.com<https://groups.google.com/d/msgid/jenkinsci-users/448ba04f-73e3-496b-8d9c-8643ecd13361%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- 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/7FB4F0EC1916C84CBA95F6E5A360E40A013E5E066266%40ghex01.hq.ghds.net. For more options, visit https://groups.google.com/d/optout.
