Skip to content
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

Add proxy support to Jenkins client #1755

Merged
merged 2 commits into from
Nov 26, 2024

Commits on Nov 20, 2024

  1. Remove unused methods

    Cleans up some unused methods
    osoriano committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f13d651 View commit details
    Browse the repository at this point in the history
  2. Add proxy support to Jenkins client

    Add the following new properties to the `JenkinsFactory` configuration:
    * `useProxy`
    * `httpProxyAddr`
    * `httpProxyPort`
    
    These properties will be used in the `HttpClient` in the `Jenkins` class
    in order to support Jenkins calls through a proxy.
    
    Testing done:
    * Add unit tests which verify the proxy is used and `Host` header is
      sent
    * Will deploy to nonprod environment
    osoriano committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    94dc198 View commit details
    Browse the repository at this point in the history