View source: R/codebuild_operations.R
codebuild_create_webhook | R Documentation |
For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
See https://www.paws-r-sdk.com/docs/codebuild_create_webhook/ for full documentation.
codebuild_create_webhook(
projectName,
branchFilter = NULL,
filterGroups = NULL,
buildType = NULL,
manualCreation = NULL,
scopeConfiguration = NULL
)
projectName |
[required] The name of the CodeBuild project. |
branchFilter |
A regular expression used to determine which repository branches are
built when a webhook is triggered. If the name of a branch matches the
regular expression, then it is built. If It is recommended that you use |
filterGroups |
An array of arrays of For a build to be triggered, at least one filter group in the
|
buildType |
Specifies the type of build this webhook will trigger. |
manualCreation |
If manualCreation is true, CodeBuild doesn't create a webhook in GitHub
and instead returns
|
scopeConfiguration |
The scope configuration for global or organization webhooks. Global or organization webhooks are only available for GitHub and Github Enterprise webhooks. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.