Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
Latest plugin code, Jenkins 2.235.1
Description
We're having a similar problem to JENKINS-23895 where the gitlab-branch-source-plugin is not respecting the http_proxy variables.
https://github.com/gitlab4j/gitlab4j-api#connecting-through-a-proxy-server shows how to pass in proxy config. Line 95ish in GitLabHookCreator.java is an example of where proxy config is missing.
There are 7 places where the plugin does new GitLabApi(..) and does not pass any proxy config
baymac Is there a timeline to implement this?
This is the only issue that prevents us from using the plugin.
Looks like this is rather a feature than a bug.