06. Integrating GitHub with Jenkins to Set Up Webhook-Based Triggers
I would like to ask for a best practice solution on how to integrate my Jenkins server with Github Webhook. As I am unable to do a build trigger from my Github after every push.
ERROR: failed to connect to host.
I am aware that the issue is the Jenkins URL I provided to the webhook, which contains the localhost IP because my Jenkins server is hosted on my docker, which is situated in a VM on my machine.
So my question is:-
How do you give the Jenkins server hosted locally on my VM, a public IP, in other to allow for a build trigger from GitHub whenever an event is pushed?
Comments
-
@luisviveropena, can you pls assist?
0 -
Hi bro ... I think this forum has a very low reply rate, I think the best way to get someone to answer is to tag luis and gourav.
Could you please post a pic of your repository webhook settings on your github account? or could you share your github account? you could also share response of the request that fails. I am assuming that you configured everything right on your jenkins server .. as you can see, I had the same problem, but I managed to solve it by using this payload URL (You just need to add a '/' at the end):
http://xxx.xxx.xxx.xxx:8080/github-webhook/
0 -
Hi @rowlandr71,
How do you give the Jenkins server hosted locally on my VM, a public IP, in other to allow for a build trigger from GitHub whenever an event is pushed?
Well, that's not too easy to achieve if it's a VM. But we have good documentation in the Jenkins website to "Triggering builds with webhooks behind a secure firewall ", and that can help a lot:
https://www.jenkins.io/blog/2019/01/07/webhook-firewalls/
Of course that will help if you are working on a bare metal system that's connected to the local network. For a VM you can try with a bridged network device, but I can't guarantee that's going to work (because I haven't tested it).
Regards,
Luis.0 -
@rowlandr71 you can not use a webhook unless you manage to get a Public IP (Static/Dynamic) and then manage to do a port forwarding configuration on your router.
The other way to get this to work is to host your Jenkins on the cloud with the public IP (e.g. Digital Ocean, AWS, Azure).
0 -
Hi,
The LAB guide said what you could use in that situation, in my case I chose ngrok, you need to create a free account, download the ngrok, and run It, the downside is that every time you run the ngrok command it generates a new URL, so you need to change often the webhook config in your GitHub.
0 -
Hi @jlargaespada , it seems that's a limitation of the Ngrok free version.
Regards,
Luis.0 -
@rowlandr71 ngrok way to go!
Else, create a vm on GCP/AWS for testing & delete after testing’s done.0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 773 Linux Foundation IT Professional Programs
- 383 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 102 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 9 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 29 Cloud & Containers Training
- 3 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 4 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 469 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 101 Linux Security
- 79 Network Management
- 101 System Management
- 46 Web Management
- 151 Mobile Computing
- 20 Android
- 116 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 404 Off Topic
- 126 Introductions
- 34 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 717 Software Development
- 1K Software
- 416 Applications
- 182 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)

