Hello,
I am looking to setup a hook from Bitbucket to Jenkins. The "Bitbucket Webhook to Jenkins" has the nice display showing which commits have been build, so I'm interested in using it, but I'm not sure how it determines which Jenkins job to build. If multiple jobs are setup to use the repository, how would the hook know which one to trigger? In comparison, the Http Request Post Receive Hook defines a specific job to trigger(and the job can be configured with an authentication token.
Thanks!
Upon a new commit, new pull request, etc., the Bitbucket plugin sends a notification to Jenkins, using a simple HTTP request. In the HTTP request contains the repo's clone URL and, based on configuration, the branch(es) and commit hash. The Jenkins plugin then looks at its job configurations to see what builds have a matching repository URL. If a match is made, Jenkins schedules a build.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.