jenkinsci / jenkinsci/git-plugin
[JENKINS-47152] Option to not use proxy
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
At the moment, the Git plugin uses the HTTP Proxy from the Jenkins-Plugin-Manager site, if there's a proxy configured.
However we don't want to use that proxy for the git clone cases and from some nodes there's even no access to that proxy. So we'd like to see two features:
- Configure the Git plugin globally to use or not use the Jenkins-Plugin-Manager proxy (maybe with the option to provide an other proxy)
- On Source Code Management section of a job configuration: An additional behaviour to enable, disable or provide an other proxy. This could be part of the "Advanced clone behaviours" option.
---
Originally reported by
jochenafuerbacher, imported from: Option to not use proxy
Raw content of original issue
At the moment, the Git plugin uses the HTTP Proxy from the Jenkins-Plugin-Manager site, if there's a proxy configured.
However we don't want to use that proxy for the git clone cases and from some nodes there's even no access to that proxy. So we'd like to see two features:
- Configure the Git plugin globally to use or not use the Jenkins-Plugin-Manager proxy (maybe with the option to provide an other proxy)
- On Source Code Management section of a job configuration: An additional behaviour to enable, disable or provide an other proxy. This could be part of the "Advanced clone behaviours" option.
Contributor guide
Assessment
This issue has not been assessed yet.