-
Task
-
Resolution: Unresolved
-
Major
-
None
Currently when Github plugin is being used behind an HTTP proxy which requires authentication it fails to reach the Github server, since the username and password configured in Jenkins are not used by the Github plugin.
Namely following error can be observed:
This makes it impossible to trigger the pipelines via Github webhooks when using Jenkins behind a proxy which requires authentication.
I figured out that even though proxy settings are not taken into account from JENKINS config, you still can set proxy information through JVM parameters, like that
On Linux machines you can configure the JAVA_OPTS like this:
This workaround worked for me with Bitbucket plugin, so it might work with Github Plugin, too