简体   繁体   中英

How to run my integration test after tomcat deployment in jenkins ?

  1. I need to run my project using tomcat (tomcat deploy) 2.After that I need do run all my integration test using jenkins

Target : When i run my jenkins build , my project should deploy into tomcat server and run all my integration test

In the execute shell, you enter any commands you need Jenkins to execute. The rest is setup & configuration. Please read the Jenkins wiki for building a software project. It will give you some variables you can use in the shell script (such as JAVA_HOME).

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