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 ?
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.