Jenkins auto deploy tomcat 7

后端 未结 7 502
生来不讨喜
生来不讨喜 2020-12-22 19:18

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

相关标签:
7条回答
  • 2020-12-22 20:04

    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>
    
    0 讨论(0)
提交回复
热议问题