Execute deployment script after Jenkins builds

Source: Internet
Author: User
Tags tomcat


net stop  Tomcat7
del   "D:\program Files\apache-tomcat-7.0.68-new\webapps\efc.eac.war.war"
Echo  "execute command del D:\program files\apache-tomcat-7.0.68-new\webapps\efc.eac.war.war"
rd/s/q "D:\program files\ Apache-tomcat-7.0.68-new\webapps\efc.eac.war "
echo  " execution command rd/s/q D:\program files\apache-tomcat-7.0.68-new \webapps\efc.eac.war "
copy/y" D:\Mydata\wangzy25\.jenkins\workspace\efc.eac\efc.eac.war\target\ Efc.eac.war.war "" D:\program files\apache-tomcat-7.0.68-new\webapps\ "
net start  Tomcat7


Command explanation

1, first to make Tomcat service, reference: http://blog.csdn.net/yeshanghai_c/article/details/9320485 stop Tomcat

2. Delete the original War package

3. Delete the original extracted directory

4. Deploy the compiled war package to WebApps.
Execution Result:


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.