AWS CodeBuild now supports retrying builds automatically

Posted on: Oct 29, 2024

AWS CodeBuild now enables customers to configure automatic retries for their builds, reducing manual intervention upon build failures. AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages ready for deployment.

With this new feature, you can configure a retry limit on your CodeBuild projects, and CodeBuild will automatically retry failed builds up to that limit. This helps you avoid interruptions caused by intermittent failures and eliminates the need for additional infrastructure to monitor and retry builds manually.

The automatic retry feature is available in all regions where CodeBuild is offered. For more information about the AWS Regions where CodeBuild is available, see the AWS Regions page.

To learn more about CodeBuild configurations, please visit our documentation. To learn more about how to get started with CodeBuild, visit the AWS CodeBuild product page.