aws-lambda-jenkins-plugin icon indicating copy to clipboard operation
aws-lambda-jenkins-plugin copied to clipboard

ProxyConfiguration not honored when run on a Slave

Open rostskadat opened this issue 8 years ago • 1 comments

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.

rostskadat avatar Mar 02 '17 09:03 rostskadat

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.

cast avatar Apr 30 '17 22:04 cast