Skip to end of banner
Go to start of banner

Limiting Events which Trigger Jenkins

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

By default Webhook To Jenkins for Bitbucket notifies Jenkins on all git reference changes, pull requests creations and re-openings. If users would like to limit which of these events trigger Jenkins, they can do the following.

Go to Advanced Configuration > Limit Events and select which events you'd like to disable. Each event thats disabled will be highlighted in red.

Here's an explanation of each event:

EventDescription
Pull Request OpenedIs fired whenever a pull request is opened.
Pull Request ReOpenedIs fired whenever a declined pull request is re-opened again.
Pull Request MergedIs fired after a pull request is merged
Repository Refs ChangedIs fired when any sort of git reference change happens. This includes commits, pushes, edits, branch creations and more. Note, we filter out all reference deleted events.
  • No labels