Trigger a Jenkins job on code push event in Github via webhooks
Overview In this post, we will discuss a fairly common use case where the source code is stored in version control like Github or Gitlab. Whenever code is updated in the repository, an event gets triggered via webhook which invokes a job that has been integrated with this repo (repository)...