Skip to content

Commit

Permalink
Add AutoRetryLimit for AWS::CodeBuild::Project (#3809)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Nov 4, 2024
1 parent ed90a44 commit edbea52
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"op": "add",
"path": "/properties/AutoRetryLimit",
"value": {
"type": "number"
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,9 @@
"Artifacts": {
"$ref": "#/definitions/Artifacts"
},
"AutoRetryLimit": {
"type": "number"
},
"BadgeEnabled": {
"type": "boolean"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@
"Artifacts": {
"$ref": "#/definitions/Artifacts"
},
"AutoRetryLimit": {
"type": "number"
},
"BadgeEnabled": {
"type": "boolean"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@
"Artifacts": {
"$ref": "#/definitions/Artifacts"
},
"AutoRetryLimit": {
"type": "number"
},
"BadgeEnabled": {
"type": "boolean"
},
Expand Down

0 comments on commit edbea52

Please sign in to comment.