-
Notifications
You must be signed in to change notification settings - Fork 374
[JENKINS-33623] Fix incorrect proxy handling #48
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
Conversation
@recena I hope you don't mind the mention to draw some attention to this PR (you seem to be quite active in this project) |
@schulzh Let me take a look. Could you include a link to the Jira issue? |
@recena |
@schulzh Please, assign the Jira issue yourself and change its status. |
@recena Done. |
@recena Could you merge this PR? I don't have the necessary authorization to do so. |
+1 |
1 similar comment
+1 |
+1 👍 |
👍 |
Merge remote-tracking branch 'upstream/master'
@schulzh I hope to merge this PR today. |
@recena Any updates on this? |
@schulzh I'm sorry for delaying this. |
@recena Any updates on this? |
I've prepared this PR #58 |
This PR supersedes this one. |
* Impl GitLabAvatarTrait * Add gitlab avatar trait to the docs
JENKINS-33623
Basically the same bug as jenkinsci/github-plugin#109: The Jenkins
ProxyConfiguration
class expects only the hostname as a method parameter tocreateProxy
, but the existing code gives it the whole URL.