Jenkins triggered code deploy is failing at ApplicationStop step even though same deployment group via code deploy directly is running successfully

后端 未结 2 1569
栀梦
栀梦 2020-12-21 22:27

When I trigger via Jenkins (code deploy plugin), I get the following error -

 No such file or directory - /opt/codedeploy-agent/deployment-root/edbe4bd2-399         


        
2条回答
  •  情话喂你
    2020-12-21 23:23

    In order to do a deployment, the bundle needs to contain a appspec.yml file, and the file needs to be put at the top directory. Seems the error message is due to the host agent can't find the appspec.yml file.

提交回复
热议问题