Skip to content

Commit 12b9f03

Browse files
author
AWS
committed
AWS CodeBuild Update: CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.
1 parent b0c81c3 commit 12b9f03

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
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 make the build results for your build projects available to the public without requiring access to an AWS account."
6+
}

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -804,13 +804,6 @@
804804
}
805805
}
806806
},
807-
"BatchReportModeType":{
808-
"type":"string",
809-
"enum":[
810-
"REPORT_INDIVIDUAL_BUILDS",
811-
"REPORT_AGGREGATED_BATCH"
812-
]
813-
},
814807
"BatchRestrictions":{
815808
"type":"structure",
816809
"members":{
@@ -2849,10 +2842,6 @@
28492842
"timeoutInMins":{
28502843
"shape":"WrapperInt",
28512844
"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>"
28562845
}
28572846
},
28582847
"documentation":"<p>Contains configuration information about a batch build project.</p>"
@@ -3014,7 +3003,7 @@
30143003
},
30153004
"reportBuildStatus":{
30163005
"shape":"WrapperBoolean",
3017-
"documentation":"<p> Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set and you use a different source provider, an <code>invalidInputException</code> is thrown. </p> <p>To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/access-tokens.html\">Source provider access</a> in the <i>CodeBuild User Guide</i>.</p> <note> <p> The status of a build triggered by a webhook is always reported to your source provider. </p> </note>"
3006+
"documentation":"<p> Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set and you use a different source provider, an <code>invalidInputException</code> is thrown. </p> <p>To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/access-tokens.html\">Source provider access</a> in the <i>CodeBuild User Guide</i>.</p> <p>The status of a build triggered by a webhook is always reported to your source provider. </p> <p>If your project's builds are triggered by a webhook, you must push a new commit to the repo for a change to this property to take effect.</p>"
30183007
},
30193008
"buildStatusConfig":{
30203009
"shape":"BuildStatusConfig",

0 commit comments

Comments
 (0)