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.

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.