Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable retries or exit code when loading secrets fails #33

Open
samsternatretool opened this issue Oct 25, 2024 · 0 comments
Open

Comments

@samsternatretool
Copy link

I don't know why, but sometimes this plugin fails with this message:

Unable to locate credentials. You can configure credentials by running "aws configure".

This exits the build with code 1. We generally don't retry code 1 in our pipelines because it's not something that will normally succeed on retry. However whenever the build failure is due to this issue, it seems to always pass on retry.

I would love if we could configure the exit code for when this plugin fails to load secrets so that we can differentiate this from actual build/test failures in our pipeline.

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant