AliyunCodePipeline / issues

AliyunCodePipeline公共issues管理(产品目前已交接给怀虎,可提交工单或工单群@相关同学)
8 stars 1 forks source link

构建时项目状态不准确 #56

Open ishanshichao opened 6 years ago

ishanshichao commented 6 years ago

我用的swarm,在通过maven编译完项目之后,开始构建docker镜像时,项目的状态就由构建中变为了已完成。

ishanshichao commented 6 years ago

除了以上问题外,构建状态存在严重bug,日志如下,容器部署是失败的,但项目构建的整体状态是成功。 send deploy request successful!

deployment is on-going!, will fetch the action status after 30s.

deploy failed!

Error Containers: [{"container_name":"twotiger-api_twotiger-api_1","error_key":"failed","error_msg":"Unable to find a node that satisfies the following conditions \n[port 8085 (Bridge mode)]"},{"container_name":"twotiger-api_twotiger-api_2","error_key":"failed","error_msg":"Unable to find a node that satisfies the following conditions \n[port 8085 (Bridge mode)]"},{"container_name":"twotiger-api_twotiger-api_3","error_key":"failed","error_msg":"Unable to find a node that satisfies the following conditions \n[port 8085 (Bridge mode)]"}]

Finished: SUCCESS