jenkinsci / bitbucket-push-and-pull-request-plugin

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

Home Page:https://plugins.jenkins.io/bitbucket-push-and-pull-request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitBucketPPRHookReceiver print payload

racsoce opened this issue · comments

missing parameter id in line 121:

file:
src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/receiver/BitBucketPPRHookReceiver.java

logger.log(Level.FINEST, "the payload is: {0}", pl);

tested and works fine:
Capture