event-driven-microservices-platform icon indicating copy to clipboard operation
event-driven-microservices-platform copied to clipboard

Jenkins Container is missing Docker Engine?

Open dhermanns opened this issue 9 years ago • 0 comments

Hi!

When building the docker container inside the jenkins pipeline, it fails complaining:

[workspace] $ /bin/sh -xe /tmp/hudson8789288389025626493.sh

  • sudo /usr/bin/docker build -t edmp-config-server . sudo: /usr/bin/docker: command not found Build step 'Execute shell' marked build as failure

Looks like docker is not available inside the jenkins container, does it?

dhermanns avatar Jul 13 '16 10:07 dhermanns