运用Jenkins实现持续集成(5)-常见错误

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/shenzhen_zsw/article/details/90198943

运用Jenkins实现持续集成(5)-常见错误

问题1

1)问题描述
[ERROR] Failed to execute goal com.spotify:docker-maven-plugin:0.4.3:build (default-cli) on project mavenTest: Exception caught: java.util.concurrent.ExecutionException: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: org.apache.http.client.ClientProtocolException: Cannot retry request with a non-repeatable request entity: Connection reset by peer -> [Help 1]

2)原因分析
这是由docker构建镜像,镜像名字写错了;没有按照镜像规范编写;

3)处理方法
把zipkinUi改成了zipkin-ui就好了;

猜你喜欢

转载自blog.csdn.net/shenzhen_zsw/article/details/90198943
今日推荐