Jenkins GitHub WebHooks Example

preview_player
Показать описание
Do you need to configure a Jenkins GitHub WebHook? In this continuous integration with JenkinsCI example I'll show you how to get a GitHub push or commit invoke a Jenkins build job all through a webhook. If you follow this example, you'll see how the GitHub plugin in Jenkins works with the GitHub webhook setting, how to get the correct secret token from the CI tool and how to avoid the dreaded 403 No valid crumb was included in the request error that often happens if users incorrectly try to use a Jenkins remote URL to invoke the build from their GitHub repo. If you need to configure a GitHub Jenkins WebHook, this example tutorial is for you.
Рекомендации по теме
Комментарии
Автор

10s of videos to find this thing, and yet only your videos specifically show me exactly what i need ; god bless you man

zacneley
Автор

The exact video I was looking for! Thank you for keeping it simple and straight to point. :)

mandlik
Автор

Great explanation! I have no idea why this only has 16 likes. You mention things I have not seen in other videos!

brianshanahan
Автор

Jenkins run on a local host then how to get public ip for this ?

vikasbhardwaj
Автор

Ohmy!
Thank you for the video!
It's really interesting to listen and watch with all these interesting buttons.

aleksandrkotlyar
Автор

how do I get my Jenkins to have a unique IP address?

Kaachhii
Автор

I put a full tutorial on the topic of GitHub webhooks and Jenkins up over on TSS:

cameronmcnz
Автор

Here's a full tutorial on how to configure a webhook between Jenkins and GitHub that I wrote for TheServerSide:

cameronmckenzie