gitjenkinsauto-buildgitbucket

How to trigger auto build in Jenkins via Gitbucket's webhook?


There is a Java maven project with its source code managed by Gitbucket. Having configured a maven item in jenkins for the project.

And, now want to trigger auto build in jenkins when gitbucket receive a new commit, according to: https://plugins.jenkins.io/gitbucket

Here is what I have done:

Current status:

Questions:

Thanks.


Solution

  • (With the help in comment, and trying out, kind of figured out the mechanism and could built automatically via webhook now.)

    Mechanism - Jenkins's Gitbucket plugin

    Tips: