Trigger a Hudson Job on a Git Repository Update

You can use the Hudson/Jenkins - Build Trigger webhook to trigger a Hudson job when a project's Git repository is updated. The Hudson job doesn't have to use a VB Studio project's Git repository as source.

To allow the webhook to connect to Hudson, you need to specify the Hudson security settings:

If ... Do this:
Hudson allows anonymous user to trigger a build
  1. Create an authentication token in the Hudson job.
  2. Configure the webhook to connect to the Hudson job using the authentication token.
Hudson allows only authenticated users to trigger a build
  1. Get an authenticated user's credentials.
  2. Create an authentication token in the Hudson job.
  3. Configure the webhook to connect to the Hudson job using the credentials and the authentication token.
Security is completely disabled on Hudson Configure the webhook to connect to Hudson job. No Hudson configuration required.