This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CodeBuild::Project BuildStatusConfig
Contains information that defines how the AWS CodeBuild build project reports the build status to the source provider.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Context-
Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.
- Bitbucket
-
This parameter is used for the
nameparameter in the Bitbucket commit status. For more information, see buildin the Bitbucket API documentation. - GitHub/GitHub Enterprise Server
-
This parameter is used for the
contextparameter in the GitHub commit status. For more information, see Create a commit statusin the GitHub developer guide.
Required: No
Type: String
Update requires: No interruption
TargetUrl-
Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.
- Bitbucket
-
This parameter is used for the
urlparameter in the Bitbucket commit status. For more information, see buildin the Bitbucket API documentation. - GitHub/GitHub Enterprise Server
-
This parameter is used for the
target_urlparameter in the GitHub commit status. For more information, see Create a commit statusin the GitHub developer guide.
Required: No
Type: String
Update requires: No interruption