When i'm trying to execute docker-compose up as a shell build step command in Jenkins job, i got response docker-compose: command not found.
Does anyone have an idea how to fix this?
Itself Jenkins is hosted on CentOS machine.
I've already added user 'jenkins' to 'sudoers' and to user groups: root, jenkins, docker.