Plugin Information |
---|
View Skip Notifications Trait on the plugin site for more information. |
This is an extension plugin which adds custom feature to the Bitbucket Branch Source Plugin, allowing to disable build status notifications.
It was initially submitted as a PR for core plugin (PR), but owners suggested to package it as an extension.
Jenkins Pipeline Example
checkout resolveScm( source: bitbucket( repoOwner: 'example-owner', repository: 'example-repository', traits: [ skipNotifications(), ..., ] ) )