我遇到个问题,用kubernetes装载的Jenkins 无法再pipeline script中执行sh "docker -b .."等命令
尝试把 docker -b... 改为 /usr/bin/docker -b ...
docker -b...
/usr/bin/docker -b ...