From 59cc038e84583cfc69674bc41fc0bb3829d9bc64 Mon Sep 17 00:00:00 2001
From: awstools
The PULL_REQUEST_REOPENED
works with GitHub and GitHub
- * Enterprise only. The RELEASED
, PRERELEASED
,
- * and WORKFLOW_JOB_QUEUED
work with GitHub only.
Types PULL_REQUEST_REOPENED
and WORKFLOW_JOB_QUEUED
+ * work with GitHub and GitHub Enterprise only. Types RELEASED
and
+ * PRERELEASED
work with GitHub only.
secret
values for the webhook. The payloadUrl
and secret
values in the output can be
* used to manually create a webhook within GitHub.
* manualCreation is only available for GitHub webhooks.
+ *
+ * manualCreation
is only available for GitHub webhooks.
If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns payloadUrl
and \n secret
values for the webhook. The payloadUrl
and secret
values in the output can be \n used to manually create a webhook within GitHub.
manualCreation is only available for GitHub webhooks.
\nIf manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns payloadUrl
and \n secret
values for the webhook. The payloadUrl
and secret
values in the output can be \n used to manually create a webhook within GitHub.
\n manualCreation
is only available for GitHub webhooks.
The type of webhook filter. There are nine webhook filter types: EVENT
,\n ACTOR_ACCOUNT_ID
, HEAD_REF
, BASE_REF
,\n FILE_PATH
, COMMIT_MESSAGE
, TAG_NAME
, RELEASE_NAME
, \n and WORKFLOW_NAME
.
\n EVENT\n
\n A webhook event triggers a build when the provided pattern
\n matches one of nine event types: PUSH
,\n PULL_REQUEST_CREATED
, PULL_REQUEST_UPDATED
, \n PULL_REQUEST_CLOSED
, PULL_REQUEST_REOPENED
, \n PULL_REQUEST_MERGED
, RELEASED
, PRERELEASED
, \n and WORKFLOW_JOB_QUEUED
. The EVENT
patterns are\n specified as a comma-separated string. For example, PUSH,\n PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED
filters all push, pull\n request created, and pull request updated events.
The PULL_REQUEST_REOPENED
works with GitHub and GitHub\n Enterprise only. The RELEASED
, PRERELEASED
, \n and WORKFLOW_JOB_QUEUED
work with GitHub only.
ACTOR_ACCOUNT_ID
\n A webhook event triggers a build when a GitHub, GitHub Enterprise, or\n Bitbucket account ID matches the regular expression pattern
.\n
HEAD_REF
\n A webhook event triggers a build when the head reference matches the\n regular expression pattern
. For example,\n refs/heads/branch-name
and refs/tags/tag-name
.
Works with GitHub and GitHub Enterprise push, GitHub and GitHub\n Enterprise pull request, Bitbucket push, and Bitbucket pull request events.
\nBASE_REF
\n A webhook event triggers a build when the base reference matches the\n regular expression pattern
. For example,\n refs/heads/branch-name
.
Works with pull request events only.
\nFILE_PATH
\n A webhook triggers a build when the path of a changed file matches the\n regular expression pattern
.
Works with GitHub and Bitbucket events push and pull requests events.\n Also works with GitHub Enterprise push events, but does not work with\n GitHub Enterprise pull request events.
\nCOMMIT_MESSAGE
\nA webhook triggers a build when the head commit message matches the\n regular expression pattern
.
Works with GitHub and Bitbucket events push and pull requests events.\n Also works with GitHub Enterprise push events, but does not work with\n GitHub Enterprise pull request events.
\nTAG_NAME
\nA webhook triggers a build when the tag name of the release matches the \n regular expression pattern
.
Works with RELEASED
and PRERELEASED
events only.
RELEASE_NAME
\nA webhook triggers a build when the release name matches the \n regular expression pattern
.
Works with RELEASED
and PRERELEASED
events only.
WORKFLOW_NAME
\nA webhook triggers a build when the workflow name matches the \n regular expression pattern
.
Works with WORKFLOW_JOB_QUEUED
events only.
The type of webhook filter. There are nine webhook filter types: EVENT
,\n ACTOR_ACCOUNT_ID
, HEAD_REF
, BASE_REF
,\n FILE_PATH
, COMMIT_MESSAGE
, TAG_NAME
, RELEASE_NAME
, \n and WORKFLOW_NAME
.
\n EVENT\n
\n A webhook event triggers a build when the provided pattern
\n matches one of nine event types: PUSH
,\n PULL_REQUEST_CREATED
, PULL_REQUEST_UPDATED
, \n PULL_REQUEST_CLOSED
, PULL_REQUEST_REOPENED
, \n PULL_REQUEST_MERGED
, RELEASED
, PRERELEASED
, \n and WORKFLOW_JOB_QUEUED
. The EVENT
patterns are\n specified as a comma-separated string. For example, PUSH,\n PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED
filters all push, pull\n request created, and pull request updated events.
Types PULL_REQUEST_REOPENED
and WORKFLOW_JOB_QUEUED
\n work with GitHub and GitHub Enterprise only. Types RELEASED
and \n PRERELEASED
work with GitHub only.
ACTOR_ACCOUNT_ID
\n A webhook event triggers a build when a GitHub, GitHub Enterprise, or\n Bitbucket account ID matches the regular expression pattern
.\n
HEAD_REF
\n A webhook event triggers a build when the head reference matches the\n regular expression pattern
. For example,\n refs/heads/branch-name
and refs/tags/tag-name
.
Works with GitHub and GitHub Enterprise push, GitHub and GitHub\n Enterprise pull request, Bitbucket push, and Bitbucket pull request events.
\nBASE_REF
\n A webhook event triggers a build when the base reference matches the\n regular expression pattern
. For example,\n refs/heads/branch-name
.
Works with pull request events only.
\nFILE_PATH
\n A webhook triggers a build when the path of a changed file matches the\n regular expression pattern
.
Works with GitHub and Bitbucket events push and pull requests events.\n Also works with GitHub Enterprise push events, but does not work with\n GitHub Enterprise pull request events.
\nCOMMIT_MESSAGE
\nA webhook triggers a build when the head commit message matches the\n regular expression pattern
.
Works with GitHub and Bitbucket events push and pull requests events.\n Also works with GitHub Enterprise push events, but does not work with\n GitHub Enterprise pull request events.
\nTAG_NAME
\nA webhook triggers a build when the tag name of the release matches the \n regular expression pattern
.
Works with RELEASED
and PRERELEASED
events only.
RELEASE_NAME
\nA webhook triggers a build when the release name matches the \n regular expression pattern
.
Works with RELEASED
and PRERELEASED
events only.
WORKFLOW_NAME
\nA webhook triggers a build when the workflow name matches the \n regular expression pattern
.
Works with WORKFLOW_JOB_QUEUED
events only.