QuestionQ99
DevSecOps Pipeline-Build and Test StageNicholas Cascone was recently hired by an IT company right out of college to work as a DevSecOps engineer. His team lead has asked him to integrate GitHub Webhooks with Jenkins.
To set up this integration, Nicholas logs into his GitHub account and navigates to:
- Settings > Webhooks > Add Webhook
In the Payload URL field, he needs to enter the Jenkins URL.
Which of the following represents the correct final Jenkins URL format that Nicholas should enter in the Payload URL field on GitHub in order to properly configure the GitHub Webhooks integration with Jenkins?
- A http://address:port/github-webhook/
- B http://address:port/GitHub-webhook/
- C http://address:port/github_webhook/
- D http://address:port/GitHub.webhook/
Community Discussion