简体   繁体   中英

how to deploy a .war file in jenkins?

I have created a .war file in javascript using ANT.I deployed it in tomcat server. But I want to deploy it using jenkins.Please help Thanks in advance

There is a Deploy plugin for Jenkins. https://wiki.jenkins-ci.org/display/JENKINS/Deploy+Plugin

Out of curiosity, how (and perhaps more importantly why) does one "create a .war file in javascript using ANT"?

I'd add a deploy target to the build file. Then call that target from the job.

Further Reading (external article)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM