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

Jenkins trigger does not work

Open KristapsKrumins opened this issue 1 year ago • 0 comments

Plugin receives payload but does not trigger the job.

May 22, 2023 5:33:50 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.config.BitBucketPPRPluginConfig
Read bitbucket push and pull request plugin global configuration.
May 22, 2023 5:33:50 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.config.BitBucketPPRPluginConfig
Read bitbucket push and pull request plugin global configuration.
May 22, 2023 5:33:51 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.config.BitBucketPPRPluginConfig
Read bitbucket push and pull request plugin global configuration.
May 22, 2023 5:35:14 PM INFO io.jenkins.plugins.bitbucketpushandpullrequest.receiver.BitBucketPPRHookReceiver doIndex
Received POST request over Bitbucket hook
May 22, 2023 5:35:14 PM FINEST io.jenkins.plugins.bitbucketpushandpullrequest.receiver.BitBucketPPRHookReceiver
the payload is: {"push":{"changes":[{"forced":false,"links":{"html":{"href":"https://bitbucket.org/...}
May 22, 2023 5:35:14 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.observer.BitBucketPPRObserverFactory
Add BitBucketPPRPushCloudObserver for {}
May 22, 2023 5:35:14 PM INFO io.jenkins.plugins.bitbucketpushandpullrequest.processor.BitBucketPPRPayloadProcessorFactory createProcessor
Create BitBucketPPRRepositoryCloudPayloadProcessor
May 22, 2023 5:35:14 PM INFO io.jenkins.plugins.bitbucketpushandpullrequest.processor.BitBucketPPRRepositoryCloudPayloadProcessor buildActionForJobs
Instantiate BitBucketPPRRepositoryAction
May 22, 2023 5:35:14 PM INFO io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRRepositoryAction 
Received commit hook notification for branch: test-jenkins
May 22, 2023 5:35:14 PM INFO io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRRepositoryAction 
Received commit hook type: branch
May 22, 2023 5:35:14 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.BitBucketPPRJobProbe
Trigger not set
May 22, 2023 5:35:14 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.BitBucketPPRJobProbe
Trigger not set

KristapsKrumins avatar May 22 '23 14:05 KristapsKrumins