Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Component/s: docker-commons-plugin
-
Labels:None
-
Similar Issues:
Description
When there are multiple jobs running in parallel on the same slave the credentials get overwritten before the job finishes and it causes an authentication error.
For example:
Job 1 starts
.dockercfg is written with credentialsA
Job 2 starts
.dockercfg is written with credentialsB
Job 1 tries to pull image and fails because .dockercfg already contains credentialsB
Attachments
Issue Links
- duplicates
-
JENKINS-38018 withDockerRegistry fails to authenticate with DockerHub
-
- Resolved
-
- links to
The issue does not specify the version of docker-workflow being used. I suspect this is solved by my patch for
JENKINS-38018, merged but as yet unreleased for some reason Andrew Bayer Nicolas De Loof.