I’m using the ecr-buildkite-plugin
and wanted to add retries: 2
to all my steps. I was wondering if the “best practice” way of doing this is actually adding retries: 2
everywhere, or should I just set BUILDKITE_PLUGIN_ECR_RETRIES=2
in my pipeline env as a “global” setting?
Hi Ngan
Set environment for the pipeline then step can access it sounds like a good idea to me.
Cheers,
Juanito