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
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- 1 Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS158-JP クラス フォーラム
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 1.4K LFS258 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 945 Programming and Development
- 310 Kernel Development
- 617 Software Development
- 978 Software
- 370 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 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)

