-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-59777] Allow nested docker.withRegistry() blocks #82
base: master
Are you sure you want to change the base?
[JENKINS-59777] Allow nested docker.withRegistry() blocks #82
Conversation
@oleg-nenashev Can you review? |
I do not really maintain it since 2017, and my bandwidth is not enough to review all PRs timely. But I added it to my queue. Also CC @jenkinsci/code-reviewers |
thanks for adding it to your list of TODOs :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pull request @arthurvanduynhoven !
Right now there is no active maintainers, but I might be available to cut a new release once the code is ready to go. At the moment it is missing autotests which reproduce the issue and demonstrate the fix. It would be great to have some. Also, you could merge the code with the master branch and document the use-case in README. The rest of the comments are either codestyle or performance overhead ones
src/main/java/org/jenkinsci/plugins/docker/commons/impl/RegistryKeyMaterialFactory.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jenkinsci/plugins/docker/commons/impl/RegistryKeyMaterialFactory.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jenkinsci/plugins/docker/commons/impl/RegistryKeyMaterialFactory.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jenkinsci/plugins/docker/commons/impl/RegistryKeyMaterialFactory.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jenkinsci/plugins/docker/commons/impl/RegistryKeyMaterialFactory.java
Outdated
Show resolved
Hide resolved
5ba1316
to
4f52fae
Compare
@oleg-nenashev Did the updates sufficient for merge now? |
4f52fae
to
8be89fc
Compare
Any update on this? Would love me some nested logins |
8be89fc
to
c87ea63
Compare
@rsandell Since you seem to be doing some changes - possible for you to review? |
Fixes https://issues.jenkins-ci.org/browse/JENKINS-59777