aws-lambda-jenkins-plugin
aws-lambda-jenkins-plugin copied to clipboard
ProxyConfiguration not honored when run on a Slave
Hi,
When running on a slave the http://javadoc.jenkins-ci.org/jenkins/model/Jenkins.html#getInstance() will return null and therefore the com.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.
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.