Open rostskadat opened 7 years ago
ProxyConfiguration will be part of LambdaClientConfig and serialized for transfer to slave. On the slave conversion will take place from the ProxyConfiguration to aws ClientConfiguration.
This will be implemented next release.
Hi,
When running on a slave the http://javadoc.jenkins-ci.org/jenkins/model/Jenkins.html#getInstance() will return
null
and therefore thecom.xti.jenkins.plugin.awslambda.util.LambdaClientConfig#getClientConfiguration()
will not honor the proxy setting found on the master.I would expect the general
ProxyConfiguration
to be transmitted to the slaves.