Skip to content

Commit

Permalink
Update Run_a_Jenkins_job_with_GitHub_webhook.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ravdy authored Sep 20, 2021
1 parent b21bcf4 commit bf46b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Run_a_Jenkins_job_with_GitHub_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Log into the Jenkins

`repository` --> `settings` --> `webhooks`
- Add webhook
- Payload URL : `Jenkins_IP>:8080/github-webhook`
- Payload URL : `Jenkins_IP>:8080/github-webhook/`
- Content type : `Application/JSON`

3. Update the code with new commit. It should trigger our job in the jenkins
Expand Down

0 comments on commit bf46b17

Please sign in to comment.