| Dear Jenkins Community, im using httprequest plugin with systemproperties. unfortunately, when using proxy from systemproperties, the request does not work. When giving the proxy dedicated into httprequest dsl method, it works: Works:
Does not work:
The system properties are as follows and should fit to what is required: http.proxyHost http://192.105.124.55:8081 http.proxyPort 8081 https.proxyHost http://192.105.124.55:8081 https.proxyPort 8081 However, with systemproperties it does not work:
And with proxy it works:
Could you help here? What am i doing wrong? |