Bitbucket Commit Skip SCM Behaviour

Summary

Description

This plugin extends the filtering abilities of the Bitbucket Branch Source Plugin.

This filter will ignore events that the source branch last commit contains the tags [skip ci] or [ci skip]. It provides a similar functionality as Circle CI does.

The filtering is only performed for change request events, so push events to non-pull requests will be always run.

Warning!

The current implementation works over "tagging" the relevant pull request job as excluded. This way, the job will be disabled (won't be executable via the UI) and might get erased if an Orphaned Child policy kicks in, losing the whole PR run history.

Usage

When defining a new Bitbucket Team/Project, include an additional behaviour (placed under the "Additional" separator). 

This behaviour is not configurable. It will just show a simple inline help icon:

{height="250"}