-
Bug
-
Resolution: Unresolved
-
Minor
-
Latest plugin code, Jenkins 2.235.1
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