When I try to execute docker-compose upas a shell build step command in a Jenkins job, I get a response docker-compose: command not found. Does anyone have an idea how to fix this? Jenkins himself is hosted on a CentOS machine.
I have already added users of "jenkins" to "sudoers" and to user groups: root, jenkins, docker.
source
share