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 76 bitbucket-push-and-pull-request-plugin issues
Sort by recently updated
recently updated
newest added

**Problem** Some log messages have most likely been accidentally changed to the wrong format and now their parameters are not logged. For example in `io.jenkins.plugins.bitbucketpushandpullrequest.observer.BitBucketPPRObserverFactory#createObservable` all log messages have `{}`...

It is stated in the `JENKINS SECURITY POLICY` that > The Jenkins project takes security seriously. We make every possible effort to ensure users can adequately secure their automation infrastructure....

May 27, 2024 4:20:28 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.observer.BitBucketPPRObserverFactory Add BitBucketPPRPullRequestCloudObserver for {} May 27, 2024 4:20:28 PM INFO io.jenkins.plugins.bitbucketpushandpullrequest.processor.BitBucketPPRPayloadProcessorFactory createProcessor Create BitBucketPPRPullRequestCloudPayloadProcessor May 27, 2024 4:20:28 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.BitBucketPPRJobProbe Trigger not...

Change help instructions to not recommend specifying refs/heads for the Allowed Branches specifier. Related issues: #189

views

I'd like to use the triggers in my declarative pipeline script. I couldn't find any solutions in the internet, so maybe it would be nice to add it to the...

more-info-needed

## Replace `mockito-inline` with `mockito-core` In version 5.x mockito switched their default mockmaker to `mockito-inline` ([source](https://github.com/mockito/mockito/releases/tag/v5.0.0)). The corresponding artifact became obsolete and can be replaced with `mockito-core` This PR replaces...

Feature Request name: Return a comment on pull request to bitbucket Summary A plugin method to call the bitbucket API for create a new comment on pull request. This can...

## Require Jenkins 2.479.1 and Jakarta EE 9 Jenkins 2.479.1 provides Jakarta EE 9, Eclipse Jetty 12, Spring Security 6, and Java 17. * Update plugin pom and baseline *...

Hello, I'm working on bitbucket Jenkins integration; I have a pretty particular setup. My Jenkins can only reach the bitbucket through a particular port, but the bitbucket can reach Jenkins...

When trigger a job by pull request (Tested with Updated pull request), if the job is unstable, the bitbucket plugin mark the commit as failure? I am asking because the...