XT-i / aws-lambda-jenkins-plugin

Jenkins plugin for AWS Lambda deployment
MIT License
39 stars 41 forks source link

EnvironmentVariablesFeature is not supported in cn-north-1 region #86

Closed YanshuoH closed 2 years ago

YanshuoH commented 6 years ago

Hi there,

Recently trying to implement this awesome plugin into my Jenkins but an error occurred as such: EnvironmentVariablesFeature is not supported in cn-north-1 region

After some digging I found that this plugin try to send an empty environment variable object rather than ignore it, shown in log: Environment: {Variables: {}}

As located in Beijing and also urge to use this plugin rather than just writing aws cli commands, is it possible not to send the empty object if nothing set ?

Thanks.