- Create FreeStyle project.
- In Source Code Management
select Git and insert Repository URL, Credential. - Build
select mvn and add maven command - Post Build Action
add ‘Deploy war/ear to container’
add information below.
* Tomcat URL :
http://<domain_name_or_ip_address>:<port>
(Don’t forget add tomcat deployment credential) - Build and test