Jenkins Deploy Plugin failing

前端 未结 5 667
眼角桃花
眼角桃花 2021-01-27 08:30

When I tried to deploy war from Jenkins using I am getting the following exception in Jenkins job log. Does anyone has any idea why this is happening? I am trying to deploy to t

5条回答
  •  暖寄归人
    2021-01-27 08:41

    The problem you are facing because the path takes GLOBAL pattern See the image **/*.war

    This should work.

提交回复
热议问题