You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I don't know why, but sometimes this plugin fails with this message:
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.
The text was updated successfully, but these errors were encountered: