awslabs / aws-device-farm-jenkins-plugin

Jenkins plugin for AWS Device Farm.
Apache License 2.0
89 stars 66 forks source link

Add support for using the java proxy settings for uploading to device farm #52

Closed peteromoon closed 7 years ago

peteromoon commented 7 years ago

Current the plugin does not support uploading to the device farm via a proxy (see issue #31)

This PR will enable that by changing how the httpClient object is created.

Using createSystem() instead of createDefault() will create an httpClient object that is configured to use the java proxy settings instead of ignoring them.

appwiz commented 7 years ago

Thank you for this PR!