bitbucket-push-and-pull-request-plugin icon indicating copy to clipboard operation
bitbucket-push-and-pull-request-plugin copied to clipboard

Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.

Results 59 bitbucket-push-and-pull-request-plugin issues
Sort by recently updated
recently updated
newest added

I am using this plugin but i cannot find a way to filter based on the changeset path. since i have multiple projects in the same repo

I have upgrade the plugin to the latest version (2.7.2) and am unable to get the bppr trigger to work when pushing changes to a branch. The SCM trigger fires...

investigating

I've created a new Jenkins Pipeline (really simple) with the Jenkinsfile taken from a repository on master branch. I've also declared in the pipeline the following trigger: ``` properties([ pipelineTriggers([...

investigating
Push tag

Hi. I use 2.4 version of that plugin on Jenkins ver. 2.204.1. I have job in jenkins with **two** git repos: backend and infra. Each of this two repos is...

enhancement
investigating

Jenkins 2.235.1 Bitbucket Push and Pull Request Plugin 2.4.0 I have only trigger for Bitbucket Cloud Push. The pipeline script from scm has 'Lightweight checkout' off, 'Branch Specifier' ${BITBUCKET_SOURCE_BRANCH} (otherway...

triage
Trigger also if nothing has changed

Have the plugin and jenkins set up to build off a "PR Create" trigger, with a Freestyle project. Then: * Create a new branch * Push some changes to the...

### Discussed in https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/discussions/228 Originally posted by **banjoh** June 29, 2020 At times builds fail due to some flaky environment problem which is inevitable. Such builds may end up being...

enhancement

I use a specific comment to trigger the JOB and re-run the tests, but with this trigger we dont have a option to: "Let Jenkins approve or unapprove the pull...

I see that credentials is now an option in the freestyle and global config. I don't see any samples of code for using a credential within the job trigger. So...

docs