Configure a Webhook in VB Studio to Accept Notifications from Jenkins

  1. In the left navigator, click Project Administration Project Administration.
  2. Click Webhooks.
  3. Click + Create Webhook.
  4. From Type, select Jenkins - Notification Plugin.
  5. In Name, enter a unique name.
  6. In Base URL, enter the base URL of Jenkins.

    If the Jenkins job URL is http://my_jenkins/path/job/my_job, then enter http://my_jenkins/path/.

  7. In Track, select the check boxes for the build job actions to be listed in the Recent Activities Feed of the Project Home page.
    • To display activities that occur after the build server job finishes, select the Build Results check box.
    • To display activities associated with running builds, select the Ongoing Builds check box.
  8. Click Done.
  9. On the Webhooks page, from the webhooks list, select the webhook. From the details displayed on the right, copy the value of URL.