Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.02 KB

githubhook.md

File metadata and controls

27 lines (16 loc) · 1.02 KB
  • Login to jenkins Server

  • Create a build

  • Select the Githb Trigger from build triger as below image

  • Login to Github and go to repo setting image

  • Click on Webhooks

image

  • Click on add webhook

image

  • Set the payload url and application type image

  • Click on add webhook

image

  • Now make a test after making some chnages to the repo your job should be triggers

Best of Lucck