ingenieux / awseb-deployment-plugin

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

AWS Credentials lookup by name not working #76

Closed felipe-vvoosh closed 6 years ago

felipe-vvoosh commented 6 years ago

Hello, I need to use the "AWS Credentials lookup by name" feature because I have one AWS account per environment which makes me need one Credential per env, but I don't want to create one job or one block of deployment for each environment, which is very annoying right?

This feature would be perfect for me but it's not working, keeps saying: No credentials provided for build!!! No credentials provided for build!!!

Can someone help?

I tried using ${env} = parameter or just "test" as env name (as I have a credential called "test" on the global config) but no luck...

Thanks!

felipe-vvoosh commented 6 years ago

https://github.com/jenkinsci/aws-beanstalk-publisher-plugin/issues/42

felipe-vvoosh commented 6 years ago

Created a PR on the right place...

aldrinleal commented 6 years ago

Then go comment on the other repo (which should be the right now). beanstalker publisher is a clone of this plugin by another user :)

:)

felipe-vvoosh commented 6 years ago

Thanks @aldrinleal