We\'re trying to deploy a war file with Jenkins, but nothing seems to happen.
The project is built successfully, and we\'re using Jenkins deploy plugin. It is config
keep the roles manager-gui,admin-gui for the user who was configured Jenkins page
example:-
<tomcat-users> <user username="uname" password="pword" roles="manager-gui,admin-gui"/> </tomcat-users>