Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #429 from kabanero-io/427-jantley-091changes
Browse files Browse the repository at this point in the history
merging changes for 091
  • Loading branch information
alohr51 committed Jul 7, 2020
2 parents 41d36f8 + 47c477c commit 7c08b93
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ref/general/configuration/tekton-webhooks.adoc
Expand Up @@ -2,19 +2,21 @@
:page-doc-category: Configuration
:page-title: Connecting to GitHub with webhooks
:sectanchors:
:page-doc-number: 5.0
:page-doc-number: 0.1
= Connecting to GitHub with webhooks

A webhook is an outbound HTTP request that helps you create a relationship between your GitHub repository and a particular URL, in this case a https://github.com/kabanero-io/kabanero-pipelines/blob/master/README.md[pipeline, window="_blank"]. After you configure the webhook, changes you make in your GitHub repository will trigger the pipeline and its associated tasks.
**Note:** There is now an events operator with an events mediator that requires only one webhook per organization. For more information, see the link:https://kabanero.io/guides/integrating-events-operator[Integrating the events operator] guide and the link:https://kabanero.io/doc/ref/general/reference/event-operator.html[Events operator specification] reference.
== Prerequisites
* A GitHub repository
* https://kabanero.io/docs/ref/general/installation/installing-kabanero-foundation.md[Kabanero Foundation, window="_blank"].
* https://kabanero.io/docs/ref/general/installation/installing-kabanero-foundation.html[Kabanero Foundation, window="_blank"].
** The product operator installation will include an instance of the pipelines dashboard with the webhooks extension and triggers.
== Create a persistent volume
Pipelines need a persistent volume. For more information, see *Setting up a persistent volume to run pipelines* in the https://kabanero.io/guides/working-with-pipelines/[Build and deploy applications with pipelines, window="_blank"] guide.
Pipelines need a persistent volume. For more information, see *Setting up a persistent volume to run pipelines* in the https://kabanero.io/guides/working-with-pipelines/[Working with pipelines, window="_blank"] guide.
[#gat]
== Generate a GitHub access token
Expand Down

0 comments on commit 7c08b93

Please sign in to comment.