bitbucket-pullrequest-builder-plugin icon indicating copy to clipboard operation
bitbucket-pullrequest-builder-plugin copied to clipboard

Bitbucket Pull Request Builder Plugin for Jenkins

Results 35 bitbucket-pullrequest-builder-plugin issues
Sort by recently updated
recently updated
newest added

The BranchesFilter checks for asterisk ("\*") anywhere in the string using `.contains("*")`. However the instructions on the field also suggest using regular expressions. Using a regular expression that includes ".*"...

Current trigger setup: triggers{ bitbucketpr(cron: '* * * * *', credentialsId: '**********', repositoryOwner: '******', repositoryName: '******', branchesFilter: '*/${sourceBranch} branchesFilterBySCMIncludes: true, ciKey: 'jenkins.pr', ciName: 'jenkins.pr', checkDestinationCommit: false, approveIfSuccess: true, buildChronologically: true,...

Bumps [git](https://github.com/jenkinsci/git-plugin) from 4.11.4 to 4.11.5. Release notes Sourced from git's releases. 4.11.5 πŸ› Bug fixes SECURITY-2796 - fix @​raul-arabaolaza Commits d66885a [maven-release-plugin] prepare release git-4.11.5 3241db9 SECURITY-2796 a776a3f [maven-release-plugin]...

dependencies

I finally got around to updating to 1.5 and now when a PR triggers a build, the changes are no longer checked out, even though all the project settings remain...

Good day. Can this plugin works after cancelling password authentication? I cannot configure plugin to works right now 😒 I tried to use App Password and OAuth token, but it...

enhancement

When trying to rerun a build by clicking the "Replay" button on the Jenkins UI, it fails. The variables aren't defined in the replayed build (as you can see by...

enhancement

We are on Bitbucket Cloud with version 1.4.30 of Bitbucket pull request builder plugin. It seems like there are _certain cases_ of a Jenkins build failure that are not posting...

We can manage credentials in individual folders with folder plugin. But this plugin did not follow folder plugin's credentials and leverage it. Add this feature, please.

bug

When trying to access "currentBuild.buildCauses[0].shortDescription" receive error pipeline@tmp/durable-dc6fd640/script.sh: line 1: syntax error near unexpected token `newline' This variable is great to use in when {} expressions. It would be great...

We have a little over 50 jobs that are configured to do PR builds with this plugin. I recently found that they weren't working reliably, and the logs pointed to...