From 47c477c011c2fe1e2cebab7dd6648c50854df5b5 Mon Sep 17 00:00:00 2001 From: Jeff Antley Date: Tue, 7 Jul 2020 16:20:09 -0400 Subject: [PATCH] merging changes for 091 --- ref/general/configuration/tekton-webhooks.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ref/general/configuration/tekton-webhooks.adoc b/ref/general/configuration/tekton-webhooks.adoc index 577db68..39449c2 100644 --- a/ref/general/configuration/tekton-webhooks.adoc +++ b/ref/general/configuration/tekton-webhooks.adoc @@ -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