Introduction One of the most basic requirement of CI implementation using Jenkins is to automatically trigger a Jenkins job post every commit. As you are already aware there are two ways in which a Jenkins job can be triggered in an automated fashion is: Pull | PollSCM Push | Webhook It is a no-brainer that …
Continue reading “Can you integrate a GitHub Webhook with Privately hosted Jenkins No? Think again”