skip to Main Content

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

Pull request build from Azure in Jenkins?

We are migrating our gitlab projects to AzureDevOps. Currently, our projects in gitlab are configured with a webhook, which triggers a jenkins build on every commmit. The jenkins build pipeline is written in groovy, and has a different flow when…

VIEW QUESTION
Back To Top
Search