jenkinsci / jenkinsci/docker-workflow-plugin
[JENKINS-64192] Respect global credentials in docker workflow plugin
- Dominant language
- Java
- Stars
- 527
- Forks
- 422
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
Due the new Rate-Limiting of docker hub, we now need to login for reliable builds.
The docker-workflow plugin does not respect the global credentials by default.
We have a lot of Jenkinsfile which are using the docker-workflow plugin. We would like to configure the default credentials in Jenkins rather than scripting this in all of our pipelines.
---
Originally reported by
alexsuter, imported from: Respect global credentials in docker workflow plugin
Raw content of original issue
Due the new Rate-Limiting of docker hub, we now need to login for reliable builds.
The docker-workflow plugin does not respect the global credentials by default.
We have a lot of Jenkinsfile which are using the docker-workflow plugin. We would like to configure the default credentials in Jenkins rather than scripting this in all of our pipelines.
1 attachment
- [2020-11-11_09-21.png](https://issues.jenkins.io/secure/attachment/53318/2020-11-11_09-21.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.