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.
Is it possible to get a variable for the open task count, so we can send that information to CI when a button is pressed? I don't care about the...
The pulll request notifications configurations is no longer listed after the Bitbucket project key is renamed. The pull request notification configurations associated with the project/repository should be retained if the...
Dear Team, This is to inform you that One of our user configured such a way that Jenkins job to be triggered whenever the Pull request is raised in Bitbucket,...
Is there a way to get a comment's parent's author? or comment ID? I'd like to be able to get a notification if someone replies to a comment I've left...
We use multibranch in Jenkins, we trigger Jenkins from Bitbucket: URL for plugin https://smth.com/jenkins/job/${PULL_REQUEST_FROM_REPO_NAME}/job/${PULL_REQUEST_FROM_BRANCH}/buildWithParameters?${EVERYTHING_URL} Which transforms in: "https://smth.com/jenkins/job/inninext-backend-message-router/job/feature%2Fpipeline-test/buildWithParameters?BUTTON_FORM_DATA=&BUTTON_TRIGGER_TITLE=&INJECTION_URL_VALUE=&PULL_REQUEST_ACTION=RESCOPED_FROM&PULL_REQUEST_AUTHOR_DISPLAY_NAME=Vadim+Nesterov&PULL_REQUEST_AUTHOR_EMAIL=vadim.nesterov%40powerhouse.nl&PULL_REQUEST_AUTHOR_ID=578&PULL_REQUEST_AUTHOR_NAME=vadim.nesterov%40powerhouse.nl&PULL_REQUEST_AUTHOR_SLUG=vadim.nesterov_powerhouse.nl&PULL_REQUEST_COMMENT_ACTION=&PULL_REQUEST_COMMENT_ID= Branch name in Bitbuacket is: feature/pipeline-test URL of the job in Jenkins...
We have been successfully using prnfb for many years to kick off builds in Jenkins, and those triggers continue to work. I have followed the instructions on https://github.com/Igogrek/bitbucket-slack-notifier to integrate...
I'd like to be able to retrieve data from the build status associated with the commit of source, target or merge. For myself, "merge" is the only thing I'd ever...
Could we get the current pull-request build status (FAILURE or SUCCESS) as some variable like ${PULL_REQUEST_BUILD_STATUS} ?
If a user has a private repo and uses PR Notifier it creates the buttons and settings so they apply to ALL projects and ALL repos, not just the users...
Hi Tomas! Thank you again for the plugin. It's really wonderful! I had a quick question and I am not sure if what I am trying to do with the...