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
Sometimes builds fail to start simply due to network reliability in AWS--either the REST API calls to start up the build fail , or, very occasionally, Codebuild fails to pull my container image from ECR (getting 500 internal server errors). These errors usually clear up pretty quickly, and builds can simply be restarted; but since whole pipelines are usually more complicated, it would be nice to be able to specify an option that the plugin could just retry the build for me. The "retry" Jenkins step will not work, simply because I do not want to retry builds that fail legitimately. It seems like the right approach is to make an improvement to this plugin.
Also a side-note, I may actually have bandwidth to work on this myself, if necessary, but if a dedicated maintainer could point me in the right direction initially, I think we could save a lot of time.
The text was updated successfully, but these errors were encountered:
Sometimes builds fail to start simply due to network reliability in AWS--either the REST API calls to start up the build fail , or, very occasionally, Codebuild fails to pull my container image from ECR (getting 500 internal server errors). These errors usually clear up pretty quickly, and builds can simply be restarted; but since whole pipelines are usually more complicated, it would be nice to be able to specify an option that the plugin could just retry the build for me. The "retry" Jenkins step will not work, simply because I do not want to retry builds that fail legitimately. It seems like the right approach is to make an improvement to this plugin.
Also a side-note, I may actually have bandwidth to work on this myself, if necessary, but if a dedicated maintainer could point me in the right direction initially, I think we could save a lot of time.
The text was updated successfully, but these errors were encountered: