Configure the Hudson Job to Use VB Studio Git Repository and Enable SCM Polling

Configure the job to access the VB Studio Git repository and enable SCM polling.

  1. Log in to Hudson.
  2. Create or open a job.
  3. From the links on the left side of the page, click Configure.
  4. In Source Code Management, select Git.
  5. In URL of repository, enter the VB Studio project's Git repository URL.

    Remember the URL’s protocol as you’d need to specify it when you create the webhook.

    You can copy the URL from the Clone menu of the VB Studio Git page.

  6. In Branches to build, specify the branch name.
  7. In the Build Triggers section, select the Poll SCM check box.
  8. Continue to configure the job.
  9. Click Save.