Skip to content

Commit 3150694

Browse files
author
AWS
committed
AWS CodeBuild Update: CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project.
1 parent 4d5f1c9 commit 3150694

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CodeBuild",
4+
"contributor": "",
5+
"description": "CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project."
6+
}

services/codebuild/src/main/resources/codegen-resources/service-2.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,13 @@
804804
}
805805
}
806806
},
807+
"BatchReportModeType":{
808+
"type":"string",
809+
"enum":[
810+
"REPORT_INDIVIDUAL_BUILDS",
811+
"REPORT_AGGREGATED_BATCH"
812+
]
813+
},
807814
"BatchRestrictions":{
808815
"type":"structure",
809816
"members":{
@@ -2842,6 +2849,10 @@
28422849
"timeoutInMins":{
28432850
"shape":"WrapperInt",
28442851
"documentation":"<p>Specifies the maximum amount of time, in minutes, that the batch build must be completed in.</p>"
2852+
},
2853+
"batchReportMode":{
2854+
"shape":"BatchReportModeType",
2855+
"documentation":"<p>Specifies how build status reports are sent to the source provider for the batch build. This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.</p> <dl> <dt>REPORT_AGGREGATED_BATCH</dt> <dd> <p>(Default) Aggregate all of the build statuses into a single status report.</p> </dd> <dt>REPORT_INDIVIDUAL_BUILDS</dt> <dd> <p>Send a separate status report for each individual build.</p> </dd> </dl>"
28452856
}
28462857
},
28472858
"documentation":"<p>Contains configuration information about a batch build project.</p>"

0 commit comments

Comments
 (0)