diff --git a/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/pipeline_management.yml b/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/pipeline_management.yml index 24f5a8691..be94991a9 100644 --- a/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/pipeline_management.yml +++ b/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/pipeline_management.yml @@ -491,6 +491,16 @@ Resources: "SourceTypeOverride": "S3", "SourceLocationOverride.$": "$.definition_location" }, + "Retry": [ + { + "ErrorEquals": [ + "CodeBuild.AWSCodeBuildException" + ], + "BackoffRate": 1.05, + "IntervalSeconds": 150, + "MaxAttempts": 12 + } + ], "Next": "IdentifyOutOfDatePipelines" }, "IdentifyOutOfDatePipelines": {