skip to Main Content

docker: command not found in macos

I'm encountering an issue on my MacBook M1 Pro while using Jenkins. The problem is related to Docker not being found, despite having installed the Jenkins Docker plugin. Here are the details of my setup: MacBook Model: M1 Pro Jenkins…

VIEW QUESTION

Jenkins docker load permission denied

I am trying to load a tar ball using docker load in Jenkins pipeline. I am getting below error + docker load -i /home/test/build_artifacts/test.tar open /home/test/build_artifacts/test.tar: permission denied Here is my docker pipeline script docker.withRegistry(registry, credentials) { sh "docker load…

VIEW QUESTION
Back To Top
Search