How to deploy war to tomcat using jenkins pipeline?

后端 未结 3 1014
北荒
北荒 2021-01-23 17:17

I want to deploy war file using pipeline. What is the correct way to do it . Is there any way to use Deploy to container in pipeline code. The problem with calling catalina.sh o

3条回答
  •  自闭症患者
    2021-01-23 18:09

    i think the best way shoul be the deploy plugin https://www.jdev.it/deploying-your-war-file-from-jenkins-to-tomcat

提交回复
热议问题