ingenieux / awseb-deployment-plugin

Jenkins Plugin for AWS Elastic Beanstalk
Apache License 2.0
29 stars 53 forks source link

Lookup credentials on server in case job runs on remote node #104

Open cmoetzing opened 2 years ago

cmoetzing commented 2 years ago

On a remote node the configuration or credential store of Jenkins is not available. This gathers all values before hand and provides them via the context.

This fixes #96