pull-request-notifier-for-bitbucket
pull-request-notifier-for-bitbucket copied to clipboard
Bitbucket Server plugin that invokes a custom URL when a pull request event is triggered.
Bitbucket: 4.9.1 Pull Request Notifier: latest Jenkins: 2.73.1 We don't have any firewall or networking issues because the official "Webhook to Jenkins for Bitbucket" plugin works just fine for triggering...
Let me start by saying that this is one of the most useful plugins I have seen up to now. And I appreciate the fact that it is available for...
From the description it sounds like variables can be used in the URL field "You can use variables **when invoking the URL**, when forming the filter string, custom header values...
Team, We'd like to get a list of the git files changed for a PR and thought we could do the following git diff --name-only SHA1 SHA2 or more explicitly...
Currently, it is not possible to filter for ${BUTTON_FORM_DATA}, the button will not be shown on pull requests if ANY regex value is entered how to reproduce : * create...
Feature request, as I can't seem to find this option anywhere. Can there be an action in the `[PULL_REQUEST_ACTION]` for creating tasks? So that when someone adds a task to...
Hey @tomasbjerre , Random question and not specific to this plugin but thought you may have some ideas. We're looking for a way to deny creating PullRequsts to a specific...
I have 98 pull request notifications set on many of my Bitbucket Server repositories (one per repository). Attempting to list all of the notifications via the API (`curl 'https://my.bitbucket.server/rest/prnfb-admin/1.0/settings/notifications' -XGET...
Hi! Would it be possible to create a new variable that finds all JIRA Issue Keys related to the pull request? This would be really useful in my current project.
Between this plugin and the "Parameterized Builds for Jenkins" I can't quite accomplish what I want to do. I want to: 1. Trigger a Jenkins task on a PR Merge...