BuildStatusConfig
Contains information that defines how the AWS CodeBuild build project reports the build status to the source provider.
Contents
In the following list, the required parameters are described first.
- 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
name
parameter in the Bitbucket commit status. For more information, see buildin the Bitbucket API documentation. - GitHub/GitHub Enterprise Server
-
This parameter is used for the
context
parameter in the GitHub commit status. For more information, see Create a commit statusin the GitHub developer guide.
Type: String
Required: No
- 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
url
parameter 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_url
parameter in the GitHub commit status. For more information, see Create a commit statusin the GitHub developer guide.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: