What is happening when docker-maven plugin tries to build image?

前端 未结 8 1910
[愿得一人]
[愿得一人] 2021-02-12 20:40

I am running Jenkins in a docker container and Jenkins tries to run my maven build. As part of the build, the docker maven plugin instructs it to build a docker image.

8条回答
  •  梦如初夏
    2021-02-12 21:17

    I had the same issue with Jenkins.

    Added jenkins to docker group

    sudo usermod -aG docker jenkins
    

    Then restrat jenkins.

提交回复
热议问题